LMongo\Eloquent\Model::setHidden PHP Method

setHidden() public method

Set the hidden attributes for the model.
public setHidden ( array $hidden ) : void
$hidden array
return void
    public function setHidden(array $hidden)
    {
        $this->hidden = $hidden;
    }
Model