[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
Zend Framework (http://framework.zend.com/)
Copyright: | Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com) |
License: | http://framework.zend.com/license/new-bsd New BSD License |
File Size: | 154 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
InterfaceGenerator:: (6 methods):
fromReflection()
fromArray()
addPropertyFromGenerator()
addMethodFromGenerator()
setExtendedClass()
setAbstract()
Class: InterfaceGenerator - X-Ref
fromReflection(ClassReflection $classReflection) X-Ref |
Build a Code Generation Php Object from a Class Reflection param: ClassReflection $classReflection return: InterfaceGenerator |
fromArray(array $array) X-Ref |
Generate from array param: array $array return: InterfaceGenerator |
addPropertyFromGenerator(PropertyGenerator $property) X-Ref |
{@inheritDoc} |
addMethodFromGenerator(MethodGenerator $method) X-Ref |
{@inheritDoc} |
setExtendedClass($extendedClass) X-Ref |
{@inheritDoc} |
setAbstract($isAbstract) X-Ref |
{@inheritDoc} |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |