LazyRecord\BaseModel::__get PHP 메소드

__get() 공개 메소드

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