class Unset_
Same name in this branch
- 11.1.x vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Unset_.php \PhpParser\Node\Stmt\Unset_
Hierarchy
- class \PhpParser\NodeAbstract implements \PhpParser\Node, \PhpParser\JsonSerializable
Expanded class hierarchy of Unset_
File
-
vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ Cast/ Unset_.php, line 7
Namespace
PhpParser\Node\Expr\CastView source
class Unset_ extends Cast {
public function getType() : string {
return 'Expr_Cast_Unset';
}
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
Cast::$expr | public | property | @var Expr Expression |
Cast::getSubNodeNames | public | function | |
Cast::__construct | public | function | Constructs a cast node. |
Unset_::getType | public | function |