[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 61 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ClassNameInflectorInterface:: (3 methods):
getUserClassName()
getProxyClassName()
isProxyClassName()
Interface: ClassNameInflectorInterface - X-Ref
Interface for a proxy- to user-class and user- to proxy-class name inflectorgetUserClassName($className) X-Ref |
Retrieve the class name of a user-defined class param: string $className return: string |
getProxyClassName($className, array $options = array() X-Ref |
Retrieve the class name of the proxy for the given user-defined class name param: string $className param: array $options arbitrary options to be used for the generated class name return: string |
isProxyClassName($className) X-Ref |
Retrieve whether the provided class name is a proxy param: string $className return: bool |
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |