| [ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 37 lines (1 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 inflector| getUserClassName(string $className) X-Ref |
| Retrieve the class name of a user-defined class |
| getProxyClassName(string $className, array $options = []) 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 |
| isProxyClassName(string $className) X-Ref |
| Retrieve whether the provided class name is a proxy |
| Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |