LMongo\Eloquent\Model::getFillable PHP Method

getFillable() public method

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