Phosphorum\Models\CacheableModel::getFirst PHP Метод

getFirst() публичный Метод

Allows to use the model as a resultset's row
public getFirst ( )
    public function getFirst()
    {
        return $this;
    }