Index
A
- ClassType::addConst() — Method in class ClassType
- ClassType::addProperty() — Method in class ClassType
- ClassType::addMethod() — Method in class ClassType
- ClassType::addExtend() — Method in class ClassType
- ClassType::addImplement() — Method in class ClassType
- ClassType::addTrait() — Method in class ClassType
- ClassType::addDocument() — Method in class ClassType
- Method::addParameter() — Method in class Method
- Method::addUse() — Method in class Method
- Method::addBody() — Method in class Method
- Method::addDocument() — Method in class Method
- Property::addDocument() — Method in class Property
C
- ClassType — Class in namespace Nette\PhpGenerator
Class/Interface/Trait description.
- Helpers::createObject() — Method in class Helpers
D
- Helpers::dump() — Method in class Helpers
Returns a PHP representation of a variable.
- $ Parameter#defaultValue — Property in class Parameter
F
- ClassType::from() — Method in class ClassType
- Helpers::format() — Method in class Helpers
Generates PHP statement.
- Helpers::formatArgs() — Method in class Helpers
Generates PHP statement.
- Helpers::formatMember() — Method in class Helpers
Returns a PHP representation of a object member.
- Method::from() — Method in class Method
- Parameter::from() — Method in class Parameter
- Property::from() — Method in class Property
G
- ClassType::getName() — Method in class ClassType
- ClassType::getType() — Method in class ClassType
- ClassType::getExtends() — Method in class ClassType
- ClassType::getImplements() — Method in class ClassType
- ClassType::getTraits() — Method in class ClassType
- ClassType::getDocuments() — Method in class ClassType
- ClassType::getConsts() — Method in class ClassType
- ClassType::getProperties() — Method in class ClassType
- ClassType::getMethods() — Method in class ClassType
- Method::getName() — Method in class Method
- Method::getParameters() — Method in class Method
- Method::getUses() — Method in class Method
- Method::getBody() — Method in class Method
- Method::getVisibility() — Method in class Method
- Method::getReturnReference() — Method in class Method
- Method::getDocuments() — Method in class Method
- Parameter::getName() — Method in class Parameter
- Parameter::getTypeHint() — Method in class Parameter
- Parameter::getDefaultValue() — Method in class Parameter
- Property::getName() — Method in class Property
- Property::getValue() — Method in class Property
- Property::getVisibility() — Method in class Property
- Property::getDocuments() — Method in class Property
H
- Helpers — Class in namespace Nette\PhpGenerator
PHP code generator utils.
I
- ClassType::isFinal() — Method in class ClassType
- ClassType::isAbstract() — Method in class ClassType
- Helpers::isIdentifier() — Method in class Helpers
- Method::isStatic() — Method in class Method
- Method::isFinal() — Method in class Method
- Method::isAbstract() — Method in class Method
- Method::isVariadic() — Method in class Method
- Parameter::isReference() — Method in class Parameter
- Parameter::isOptional() — Method in class Parameter
- Property::isStatic() — Method in class Property
M
- Method — Class in namespace Nette\PhpGenerator
Class method description.
P
- Parameter — Class in namespace Nette\PhpGenerator
Method parameter description.
- PhpLiteral — Class in namespace Nette\PhpGenerator
PHP literal value.
- Property — Class in namespace Nette\PhpGenerator
Class property description.
S
- ClassType::setName() — Method in class ClassType
- ClassType::setType() — Method in class ClassType
- ClassType::setFinal() — Method in class ClassType
- ClassType::setAbstract() — Method in class ClassType
- ClassType::setExtends() — Method in class ClassType
- ClassType::setImplements() — Method in class ClassType
- ClassType::setTraits() — Method in class ClassType
- ClassType::setDocuments() — Method in class ClassType
- ClassType::setConsts() — Method in class ClassType
- ClassType::setProperties() — Method in class ClassType
- ClassType::setMethods() — Method in class ClassType
- Method::setBody() — Method in class Method
- Method::setName() — Method in class Method
- Method::setParameters() — Method in class Method
- Method::setUses() — Method in class Method
- Method::setStatic() — Method in class Method
- Method::setVisibility() — Method in class Method
- Method::setFinal() — Method in class Method
- Method::setAbstract() — Method in class Method
- Method::setReturnReference() — Method in class Method
- Method::setVariadic() — Method in class Method
- Method::setDocuments() — Method in class Method
- Parameter::setName() — Method in class Parameter
- Parameter::setReference() — Method in class Parameter
- Parameter::setTypeHint() — Method in class Parameter
- Parameter::setOptional() — Method in class Parameter
- Parameter::setDefaultValue() — Method in class Parameter
- Property::setName() — Method in class Property
- Property::setValue() — Method in class Property
- Property::setStatic() — Method in class Property
- Property::setVisibility() — Method in class Property
- Property::setDocuments() — Method in class Property
V
- $ Property#value — Property in class Property
_
- ClassType::__construct() — Method in class ClassType
- ClassType::__toString() — Method in class ClassType
- Method::__toString() — Method in class Method
- PhpLiteral::__construct() — Method in class PhpLiteral
- PhpLiteral::__toString() — Method in class PhpLiteral