Ejemplo n.º 1
0
 public function __construct(Ezer_IntIf $if)
 {
     $this->dbImpl = $if;
     parent::__construct($if->getId());
     $this->load($if);
     Ezer_DbStepContainerUtil::load($this, $if);
 }
Ejemplo n.º 2
0
 public function __construct(DOMElement $element)
 {
     parent::__construct(uniqid('if_'));
     Ezer_XmlStepContainerUtil::parse($this, $element);
     $this->parse($element);
 }