LMongo\Eloquent\Model::getAttributes PHP Method

getAttributes() public method

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