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