LMongo\Eloquent\Model::setHidden PHP Méthode

setHidden() public méthode

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