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

getAttributes() public méthode

Get all of the current attributes on the model.
public getAttributes ( ) : array
Résultat array
    public function getAttributes()
    {
        return $this->attributes;
    }
Model