| @@ 2376-2386 (lines=11) @@ | ||
| 2373 | /** |
|
| 2374 | * @TODO force xml result |
|
| 2375 | */ |
|
| 2376 | public function xml($xml = null, $callback1 = null, $callback2 = null, $callback3 = null) |
|
| 2377 | { |
|
| 2378 | $args = func_get_args(); |
|
| 2379 | return call_user_func_array( |
|
| 2380 | array( |
|
| 2381 | $this, |
|
| 2382 | 'html' |
|
| 2383 | ), |
|
| 2384 | $args |
|
| 2385 | ); |
|
| 2386 | } |
|
| 2387 | ||
| 2388 | /** |
|
| 2389 | * Enter description here... |
|
| @@ 2416-2426 (lines=11) @@ | ||
| 2413 | /** |
|
| 2414 | * @TODO force xml result |
|
| 2415 | */ |
|
| 2416 | public function xmlOuter($callback1 = null, $callback2 = null, $callback3 = null) |
|
| 2417 | { |
|
| 2418 | $args = func_get_args(); |
|
| 2419 | return call_user_func_array( |
|
| 2420 | array( |
|
| 2421 | $this, |
|
| 2422 | 'htmlOuter' |
|
| 2423 | ), |
|
| 2424 | $args |
|
| 2425 | ); |
|
| 2426 | } |
|
| 2427 | ||
| 2428 | public function __toString() |
|
| 2429 | { |
|