| http://www.w3.org/ns/prov#value | - by smugford ?? Thu Apr 11, 2013 10:50 pm Here is an example from my 1.4 app.in the controller I call it with $sound = new NotificationType();$returned_sound = $sound->getCustomSound(0); Code: Select all public static function getCustomSound($value) { switch ($value): case 0: $custom_sound = cellular.swf; break; case 1: $custom_sound = reg.swf; break; case 2: $custom_sound = bing.swf; break;
|