コード例 #1
0
ファイル: AppletUI.php プロジェクト: howethomas/OpenVBX
 public static function audioPicker($name = 'audioPicker')
 {
     $value = AppletInstance::getAudioPickerValue($name);
     $widget = new AudioPickerWidget($name, $value);
     return $widget->render();
 }