| [ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 88 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
NodeInterface:: (8 methods):
getName()
getPath()
isRequired()
hasDefaultValue()
getDefaultValue()
normalize()
merge()
finalize()
Interface: NodeInterface - X-Ref
Common Interface among all nodes.| getName() X-Ref |
| Returns the name of the node. return: string The name of the node |
| getPath() X-Ref |
| Returns the path of the node. return: string The node path |
| isRequired() X-Ref |
| Returns true when the node is required. return: bool If the node is required |
| hasDefaultValue() X-Ref |
| Returns true when the node has a default value. return: bool If the node has a default value |
| getDefaultValue() X-Ref |
| Returns the default value of the node. return: mixed The default value |
| normalize($value) X-Ref |
| Normalizes the supplied value. param: mixed $value The value to normalize return: mixed The normalized value |
| merge($leftSide, $rightSide) X-Ref |
| Merges two values together. param: mixed $leftSide param: mixed $rightSide return: mixed The merged values |
| finalize($value) X-Ref |
| Finalizes a value. param: mixed $value The value to finalize return: mixed The finalized value |
| Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |