PHP Class PHPCfg\Op\Expr\NsFuncCall

Inheritance: extends PHPCfg\Op\Expr
Afficher le fichier Open project: ircmaxell/php-cfg

Méthodes publiques

Свойство Type Description
$args
$name
$nsName

Méthodes publiques

Méthode Description
__construct ( Operand $name, Operand $nsName, array $args, array $attributes = [] )
getVariableNames ( )

Method Details

__construct() public méthode

public __construct ( Operand $name, Operand $nsName, array $args, array $attributes = [] )
$name PHPCfg\Operand
$nsName PHPCfg\Operand
$args array
$attributes array

getVariableNames() public méthode

public getVariableNames ( )

Property Details

$args public_oe property

public $args

$name public_oe property

public $name

$nsName public_oe property

public $nsName