extends | 
			
CallLike			 | 
		
|---|
| Methods | ||
|---|---|---|
				
					
	public
					
					
				
			 | 
			
				__construct(
	Expr $var,
	string|Identifier|Expr $name,
	array<Arg|VariadicPlaceholder> $args = [],
	array<string, mixed> $attributes = [],
)
	
	
			 | 
		# | 
				
					
	public
					
					
				
			 | 
			
				getSubNodeNames(): array
	
	
			 | 
		# | 
				
					
	public
					
					
				
			 | 
			
				getType(): string
	
	
			 | 
		# | 
				
					
	public
					
					
				
			 | 
			
				getRawArgs(): array
	
	
			 | 
		# | 
| Methods inherited from PhpParser\Node\Expr\CallLike | 
|---|
isFirstClassCallable(), getArgs(), getArg()				 | 
			
| Properties | |||
|---|---|---|---|
				
	public
					
					
				
			 | 
			
				Expr
			 | 
			
$var
				
	
	
			 | 
		# | 
				
	public
					
					
				
			 | 
			
				Identifier|Expr
			 | 
			
$name
				
	
	
			 | 
		# | 
				
	public
					
					
				
			 | 
			
				array<Arg|VariadicPlaceholder>
			 | 
			
$args
				
	
	
			 | 
		# | 
| Properties inherited from PhpParser\NodeAbstract | 
|---|
$attributes				 |