Class ClassType
Class/Interface/Trait description.
- Nette\PhpGenerator\ClassType uses Nette\SmartObject, Nette\PhpGenerator\Traits\CommentAware
__call(),
__callStatic(),
__get(),
__isset(),
__set(),
__unset(),
extensionMethod(),
getReflection()
|
addComment(),
addDocument(),
getComment(),
getDocuments(),
setComment(),
setDocuments()
|
string |
TYPE_CLASS
|
# 'class' |
string |
TYPE_INTERFACE
|
# 'interface' |
string |
TYPE_TRAIT
|
# 'trait' |