Conditions | 2 |
Paths | 2 |
Total Lines | 8 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
24 | public static function __callStatic($name, $arguments){ |
||
25 | if(\sizeof($arguments)==2){ |
||
26 | $responseElement=$arguments[0]; |
||
27 | $jqueryDone=$arguments[1]; |
||
28 | $name=JString::camelCaseToSeparated($name); |
||
29 | return "$({$responseElement}).{$jqueryDone}( data ).transition('{$name} in')"; |
||
30 | } |
||
31 | } |
||
32 | } |