public function __construct($programPortal) { parent::__construct(); $this->programPortal = $programPortal; $this->setAlias($this->programPortal->alias); $this->setCitySessionByIpAddress(); }
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); }