Public Member Functions | |
| __construct () | |
| addResource ($resource) | |
| first () | |
| last () | |
| toArray () | |
| count () | |
| valid () | |
| rewind () | |
| next () | |
| current () | |
| key () | |
| seek ($index) | |
Protected Attributes | |
| $elementList | |
| $idx = 0 | |
Defines a resource that contains other resources such as a tool or a directory in document tool
Definition at line 390 of file linker.lib.php.
| __construct | ( | ) |
Definition at line 395 of file linker.lib.php.
| addResource | ( | $ | resource | ) |
Definition at line 400 of file linker.lib.php.
| count | ( | ) |
Definition at line 431 of file linker.lib.php.
| current | ( | ) |
Definition at line 457 of file linker.lib.php.
| first | ( | ) |
Definition at line 405 of file linker.lib.php.
| key | ( | ) |
Definition at line 462 of file linker.lib.php.
| last | ( | ) |
Definition at line 411 of file linker.lib.php.
| next | ( | ) |
Definition at line 452 of file linker.lib.php.
| rewind | ( | ) |
Definition at line 447 of file linker.lib.php.
| seek | ( | $ | index | ) |
Definition at line 469 of file linker.lib.php.
| toArray | ( | ) |
Definition at line 417 of file linker.lib.php.
| valid | ( | ) |
Definition at line 440 of file linker.lib.php.
$elementList [protected] |
Definition at line 393 of file linker.lib.php.
$idx = 0 [protected] |
Definition at line 438 of file linker.lib.php.
1.6.3