Copied!
  • internal
CloneableInstantiable
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 $type = NULL
 
  • var int One of the TYPE_* constants
Methods
public __construct(int $type, $old, $new)
© 2023 Bruce Wells
Search Namespaces \ Classes
Configuration