Example #1
0
 /**
  * 
  */
 public function __construct($domain, $section)
 {
     parent::__construct($domain);
     $this->section = $section;
     $this->variable = '*';
 }
Example #2
0
 /**
  */
 public function __construct(Domain $parent, $info = array())
 {
     $this->_parent = $parent;
     return parent::__construct($parent->Service(), $info);
 }