ls
- Ariadne >
- Library >
- Ariadne 2.2 >
- Manuals >
- Programmers Reference >
- Classes >
- Object >
- PINP Methods >
(array) ls($function="list.html", $args="")
Calls each child of the current object with the given template and arguments.
| Argument | Description |
|---|---|
| (string) $function | The name of the template to call on each child object. |
| (mixed) $args | The arguments to pass to that template. |
ls() calls each child of the current object. In each object
found, it calls the given template ($function)
with the given arguments ($args).

