| [ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 108 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
HelperSet:: (7 methods):
__construct()
set()
has()
get()
setCommand()
getCommand()
getIterator()
| __construct(array $helpers = []) X-Ref |
param: Helper[] $helpers An array of helper |
| set(HelperInterface $helper, $alias = null) X-Ref |
| Sets a helper. param: HelperInterface $helper The helper instance param: string $alias An alias |
| has($name) X-Ref |
| Returns true if the helper if defined. param: string $name The helper name return: bool true if the helper is defined, false otherwise |
| get($name) X-Ref |
| Gets a helper value. param: string $name The helper name return: HelperInterface The helper instance |
| setCommand(Command $command = null) X-Ref |
| No description |
| getCommand() X-Ref |
| Gets the command associated with this helper set. return: Command A Command instance |
| getIterator() X-Ref |
return: Helper[] |
| Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |