Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
PDepend
Source
AST
AbstractASTType
unsetNamespace
PDepend\Source\AST\AbstractASTType::unsetNamespace PHP Méthode
AbstractASTType Class Documentation
Afficher le fichier
Open project: pdepend/pdepend
unsetNamespace()
public
méthode
Resets the associated namespace reference.
public
unsetNamespace
( ) :
void
Résultat
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