Page MenuHomestyx hydra

ConpherenceSettings.php
No OneTemporary

ConpherenceSettings.php

<?php
final class ConpherenceSettings extends ConpherenceConstants {
const EMAIL_ALWAYS = 0;
const NOTIFICATIONS_ONLY = 1;
public static function getHumanString($constant) {
$string = pht('Unknown setting.');
switch ($constant) {
case self::EMAIL_ALWAYS:
$string = pht('Email me every update.');
break;
case self::NOTIFICATIONS_ONLY:
$string = pht('Notifications only.');
break;
}
return $string;
}
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Oct 16, 3:34 AM (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
269277
Default Alt Text
ConpherenceSettings.php (474 B)

Event Timeline