Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
PDepend
Source
AST
AbstractASTType
unsetNamespace
PDepend\Source\AST\AbstractASTType::unsetNamespace PHP Method
AbstractASTType Class Documentation
Datei anzeigen
Open project: pdepend/pdepend
unsetNamespace()
public
method
Resets the associated namespace reference.
public
unsetNamespace
( ) :
void
return
void
public function unsetNamespace() { $this->namespace = null; $this->namespaceName = null; }
AbstractASTType
__sleep
__wakeup
addChild
addMethod
findChildrenOfType
getAllMethods
getChild
getChildren
getFirstChildOfType
getMethods
getNamespace
getNamespaceName
getTokens
getTraitMethods
isCached
isSubtypeOf
isUserDefined
setCache
setContext
setNamespace
setTokens
setUserDefined
unsetNamespace