Eloquence\Behaviours\CamelCasing::getAttributes PHP Method

getAttributes() public method

Converts the attributes to a camel-case version, if applicable.
public getAttributes ( $keys = [] ) : array
return array
    public function getAttributes($keys = [])
    {
        return $this->attributesToArray();
    }