Exemplo n.º 1
0
 /**
  * @param \obo\Carriers\EntityInformationCarrier $entityInformation
  * @param string $methodName
  */
 public function __construct(\obo\Carriers\EntityInformationCarrier $entityInformation, $methodName)
 {
     parent::__construct($entityInformation);
     $this->methodName = $methodName;
 }
Exemplo n.º 2
0
 public function __construct(\obo\Carriers\PropertyInformationCarrier $propertyInformation, \obo\Carriers\EntityInformationCarrier $entityInformation)
 {
     parent::__construct($entityInformation);
     $this->propertyInformation = $propertyInformation;
 }