LMongo\Eloquent\Model::getHidden PHP Method

getHidden() public method

Get the hidden attributes for the model.
public getHidden ( ) : array
return array
    public function getHidden()
    {
        return $this->hidden;
    }
Model