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

getFillable() 공개 메소드

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