Mongolid\Model\AttributesAccessInterface::getAttribute PHP Метод

getAttribute() публичный Метод

Get an attribute from the model.
public getAttribute ( string $key ) : mixed
$key string The attribute to be accessed.
Результат mixed
    public function getAttribute(string $key);