LazyRecord\BaseModel::__get PHP Méthode

__get() public méthode

Get record data, relational records, schema object or connection object.
public __get ( string $key )
$key string
    public function __get($key)
    {
        return $this->get($key);
    }