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

getFillable() public méthode

Get the fillable attributes for the model.
public getFillable ( ) : array
Résultat array
    public function getFillable()
    {
        return $this->fillable;
    }
Model