Метод |
Описание |
|
__construct ( string $namespace ) : NamespaceGenerator |
Constructor |
|
__toString ( ) : string |
Print namespace |
|
factory ( string $namespace ) : NamespaceGenerator |
Static method to instantiate the property generator object and return itself
to facilitate chaining methods together. |
|
getNamespace ( ) : string |
Get the namespace |
|
render ( boolean $ret = false ) : mixed |
Render property |
|
setNamespace ( string $namespace ) : NamespaceGenerator |
Set the namespace |
|
setUse ( string $use, string $as = null ) : NamespaceGenerator |
Set a namespace to use |
|
setUses ( array $uses ) : NamespaceGenerator |
Set namespaces to use |
|