[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 94 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Alias:: (6 methods):
__construct()
isPublic()
setPublic()
setPrivate()
isPrivate()
__toString()
__construct($id, $public = true) X-Ref |
param: string $id Alias identifier param: bool $public If this alias is public |
isPublic() X-Ref |
Checks if this DI Alias should be public or not. return: bool |
setPublic($boolean) X-Ref |
Sets if this Alias is public. param: bool $boolean If this Alias should be public return: $this |
setPrivate($boolean) X-Ref |
Sets if this Alias is private. When set, the "private" state has a higher precedence than "public". In version 3.4, a "private" alias always remains publicly accessible, but triggers a deprecation notice when accessed from the container, so that the alias can be made really private in 4.0. param: bool $boolean return: $this |
isPrivate() X-Ref |
Whether this alias is private. return: bool |
__toString() X-Ref |
Returns the Id of this alias. return: string The alias id |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |