/**
  * Default constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->itemType = 'AppserverIo\\Doppelgaenger\\Entities\\Definitions\\FunctionDefinition';
     $this->defaultOffset = 'name';
 }
Пример #2
0
 /**
  * Default constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->itemType = 'AppserverIo\\Doppelgaenger\\Interfaces\\AssertionInterface';
 }
Пример #3
0
 /**
  * Default constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->itemType = 'AppserverIo\\Doppelgaenger\\Entities\\Advice';
 }
 /**
  * Default constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->itemType = 'AppserverIo\\Doppelgaenger\\Entities\\Definitions\\ParameterDefinition';
 }
 /**
  * Default constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->itemType = 'AppserverIo\\Doppelgaenger\\Entities\\PointcutExpression';
 }
 /**
  * Default constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->itemType = 'AppserverIo\\Doppelgaenger\\Interfaces\\StructureDefinitionInterface';
     $this->defaultOffset = 'name';
 }
Пример #7
0
 /**
  * Default constructor
  *
  * @param string $itemType      Qualified name of the type the expected entries will have
  * @param string $defaultOffset The name of the added entry's property whose value will be used as offset
  */
 public function __construct($itemType, $defaultOffset = '')
 {
     parent::__construct();
     $this->itemType = $itemType;
     $this->defaultOffset = $defaultOffset;
 }
Пример #8
0
 public function __construct($type, IStack &$stack)
 {
     parent::__construct($type, $stack);
 }
Пример #9
0
 public function __construct($type, IQueue &$queue)
 {
     parent::__construct($type, $queue);
 }