public function __construct($programPortal)
 {
     parent::__construct();
     $this->programPortal = $programPortal;
     $this->setAlias($this->programPortal->alias);
     $this->setCitySessionByIpAddress();
 }
Exemple #2
0
 public function __construct()
 {
     parent::__construct();
     $this->setAlias("www");
     $this->setCitySessionByIpAddress();
 }
 public function __construct($alias)
 {
     parent::__construct();
     $this->setAlias($alias);
 }
 public static function listFromRegion($region_id, $buffer, $table = 'portals', $where = '')
 {
     return parent::listFromRegion($region_id, $buffer, $table, $where);
 }