1 | <?php |
||
5 | class AjaxTransition { |
||
6 | public static function none($responseElement,$jqueryDone="html"){ |
||
9 | |||
10 | public static function jqFade($responseElement,$jqueryDone="html"){ |
||
13 | |||
14 | public static function jqSlide($responseElement,$jqueryDone="html"){ |
||
17 | |||
18 | public static function random($responseElement,$jqueryDone="html"){ |
||
23 | |||
24 | public static function __callStatic($name, $arguments){ |
||
32 | } |