Phosphorum\Models\CacheableModel::getFirst PHP Method

getFirst() public method

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