MAKS\AmqpAgent\Helper\ClassProxyTrait::getProperty
Gets a private, protected, or public property (default, static, or constant) of an object.
$object
— object- Class instance.
$property
— string- Property name.
- mixed
- The property value.
-
AmqpAgentException
- On failure.
Signature
public function getProperty(
$object,
string
$property )