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