class Nop
Nop/empty statement (;).
Hierarchy
- class \PhpParser\Node\Stmt\Nop extends \Node\Stmt
Expanded class hierarchy of Nop
1 file declares its use of Nop
- ParserAbstract.php in vendor/
nikic/ php-parser/ lib/ PhpParser/ ParserAbstract.php
2 string references to 'Nop'
File
-
vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Stmt/ Nop.php, line 8
Namespace
PhpParser\Node\StmtView source
class Nop extends Node\Stmt {
public function getSubNodeNames() : array {
return [];
}
public function getType() : string {
return 'Stmt_Nop';
}
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
Nop::getSubNodeNames | public | function | |
Nop::getType | public | function |