[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
Helper is the base class for all helper classes.
Author: | Fabien Potencier <fabien@symfony.com> |
File Size: | 62 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
setHelperSet(HelperSet $helperSet = null) X-Ref |
Sets the helper set associated with this helper. param: HelperSet $helperSet A HelperSet instance |
getHelperSet() X-Ref |
Gets the helper set associated with this helper. return: HelperSet A HelperSet instance |
strlen($string) X-Ref |
Returns the length of a string, using mb_strwidth if it is available. param: string $string The string to check its length return: int The length of the string |
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |