PHP Class PHPCfg\Operand\Temporary

Inheritance: extends PHPCfg\Operand
Afficher le fichier Open project: ircmaxell/php-cfg Class Usage Examples

Méthodes publiques

Свойство Type Description
$original

Méthodes publiques

Méthode Description
__construct ( Operand $original = null ) Constructs a temporary variable

Method Details

__construct() public méthode

Constructs a temporary variable
public __construct ( Operand $original = null )
$original PHPCfg\Operand The previous variable this was constructed from

Property Details

$original public_oe property

public $original