コード例 #1
0
ファイル: Section.php プロジェクト: a3gz/chubby-app-params
 /**
  * 
  */
 public function __construct($domain, $section)
 {
     parent::__construct($domain);
     $this->section = $section;
     $this->variable = '*';
 }
コード例 #2
0
ファイル: Subdomain.php プロジェクト: omusico/home365
 /**
  */
 public function __construct(Domain $parent, $info = array())
 {
     $this->_parent = $parent;
     return parent::__construct($parent->Service(), $info);
 }