コード例 #1
0
 public function __construct($programPortal)
 {
     parent::__construct();
     $this->programPortal = $programPortal;
     $this->setAlias($this->programPortal->alias);
     $this->setCitySessionByIpAddress();
 }
コード例 #2
0
ファイル: MaxPortal.php プロジェクト: kapil-gupta/carbazar
 public function __construct()
 {
     parent::__construct();
     $this->setAlias("www");
     $this->setCitySessionByIpAddress();
 }
コード例 #3
0
 public function __construct($alias)
 {
     parent::__construct();
     $this->setAlias($alias);
 }
コード例 #4
0
 public static function listFromRegion($region_id, $buffer, $table = 'portals', $where = '')
 {
     return parent::listFromRegion($region_id, $buffer, $table, $where);
 }