Beispiel #1
0
 public function __construct(Ezer_IntIf $if)
 {
     $this->dbImpl = $if;
     parent::__construct($if->getId());
     $this->load($if);
     Ezer_DbStepContainerUtil::load($this, $if);
 }
 public function __construct(Ezer_IntBusinessProcess $process)
 {
     $this->dbImpl = $process;
     parent::__construct($process->getId());
     $this->load();
     Ezer_DbStepContainerUtil::load($this, $process);
 }
 public function __construct(Ezer_IntSequence $sequence)
 {
     $this->dbImpl = $sequence;
     parent::__construct($sequence->getId());
     $this->load($sequence);
     Ezer_DbStepContainerUtil::load($this, $sequence);
 }
 public function __construct(Ezer_IntForeach $foreach)
 {
     $this->dbImpl = $foreach;
     parent::__construct($foreach->getId());
     $this->load($foreach);
     Ezer_DbStepContainerUtil::load($this, $foreach);
 }