| [ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 130 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
ConfigValue:: (8 methods):
__construct()
deduplicate()
getUseCount()
getValue()
getVarName()
incrementUseCount()
isDeduplicated()
decrementUseCount()
Class: ConfigValue - X-Ref
| __construct($value, $varName) X-Ref |
| Constructor param: array|Code|Dictionary $value Original value param: string $varName |
| deduplicate() X-Ref |
| Mark this value as deduplicated if it's been used more than once return: void |
| getUseCount() X-Ref |
| Return the number of times this value has been used or referenced return: integer |
| getValue() X-Ref |
| Return the PHP value held by this instance return: array|Code|Dictionary |
| getVarName() X-Ref |
| Return the variable name assigned to this value return: string |
| incrementUseCount() X-Ref |
| Increment the use counter return: void |
| isDeduplicated() X-Ref |
| Return whether this value is marked as deduplicated return: bool |
| decrementUseCount($step = 1) X-Ref |
| Decrement the use counter of this value as well as the values it contains param: integer $step How much to remove from the counter return: void |
| Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |