ModelInfo
class ModelInfo implements Arrayable, ArrayAccess (View source)
Methods
__construct($class, $database, $table, $policy, $attributes, $relations, $events, $observers, $collection, $builder)
No description
toArray()
Convert the model info to an array.
bool
offsetExists(mixed $offset)
No description
mixed
offsetGet(mixed $offset)
No description
void
offsetSet(mixed $offset, mixed $value)
No description
void
offsetUnset(mixed $offset)
No description
Details
__construct($class, $database, $table, $policy, $attributes, $relations, $events, $observers, $collection, $builder)
No description
toArray()
Convert the model info to an array.
bool
offsetExists(mixed $offset)
No description
mixed
offsetGet(mixed $offset)
No description
void
offsetSet(mixed $offset, mixed $value)
No description
void
offsetUnset(mixed $offset)
No description