Mongolid\Model\AttributesAccessInterface::getAttribute PHP Méthode

getAttribute() public méthode

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