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

getAttributes() 공개 메소드

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