class Int_
Same name in this branch
- 11.1.x vendor/nikic/php-parser/lib/PhpParser/Node/Scalar/Int_.php \PhpParser\Node\Scalar\Int_
Hierarchy
- class \PhpParser\NodeAbstract implements \PhpParser\Node, \PhpParser\JsonSerializable
Expanded class hierarchy of Int_
File
-
vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ Cast/ Int_.php, line 7
Namespace
PhpParser\Node\Expr\CastView source
class Int_ extends Cast {
public function getType() : string {
return 'Expr_Cast_Int';
}
}
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. |
Int_::getType | public | function |