LMongo\Eloquent\Model::getFillable PHP Метод

getFillable() публичный Метод

Get the fillable attributes for the model.
public getFillable ( ) : array
Результат array
    public function getFillable()
    {
        return $this->fillable;
    }
Model