MAKS\AmqpAgent\Helper\ClassProxyTrait::setProperty
        Sets a private, protected, or public property (default or static) of an object.
        
        
        Signature
        
          public function setProperty(
        $object,
            string
        $property,
            string
        $value )
            
         
        Parameters
        
          - $object—
                object
- Class instance.
- $property—
                string
- Property name.
- $value—
                string
- Property value.
Returns
        
          - mixed
- The new property value.
Errors/Exceptions
        
          - 
            
              AmqpAgentException
            
- On failure.