LMongo\Eloquent\Model::getHidden PHP 메소드

getHidden() 공개 메소드

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