LMongo\Eloquent\Model::getHidden PHP Метод

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

Get the hidden attributes for the model.
public getHidden ( ) : array
Результат array
    public function getHidden()
    {
        return $this->hidden;
    }
Model