public function __construct(Zone $z = null) { if ($z === null) { $z = Zone::zone0(); } $this->upHost = $z->upHost; $this->upHostBackup = $z->upHostBackup; }
public function __construct() { self::setZone(Zone::zone0()); }