Mongolid\Model\AttributesAccessInterface::getAttribute PHP Method

getAttribute() public method

Get an attribute from the model.
public getAttribute ( string $key ) : mixed
$key string The attribute to be accessed.
return mixed
    public function getAttribute(string $key);