19declare(strict_types=1);
This describes a Tree Node.
getAsyncLoading()
Should this node load its children asynchronously?
getAsyncURL()
Get URL for async loading.
withAsyncURL(string $url)
Set URL for async loading.
This describes a very basic Tree Node.