Constants |
public PhpParser\Internal\DiffElem::TYPE_ADD = 2 |
public PhpParser\Internal\DiffElem::TYPE_KEEP = 0 |
public PhpParser\Internal\DiffElem::TYPE_REMOVE = 1 |
public PhpParser\Internal\DiffElem::TYPE_REPLACE = 3 |
Properties |
public $new = NULL - var mixed Is null for remove operations
|
public $old = NULL - var mixed Is null for add operations
|
public int $type - var int One of the TYPE_* constants
|
Methods |
public __construct(int $type, $old, $new) - param int $type One of the TYPE_* constants
- param mixed $old Is null for add operations
- param mixed $new Is null for remove operations
|