PHP Class Jackalope\Transport\RemovePropertyOperation

Inheritance: extends Jackalope\Transport\Operation
Show file Open project: jackalope/jackalope

Public Properties

Property Type Description
$property Jackalope\Property The property to remove.
$skip boolean Whether this remove operations was later determined to be skipped (i.e. a parent node is removed as well.)

Public Methods

Method Description
__construct ( string $srcPath, Property $property )

Method Details

__construct() public method

public __construct ( string $srcPath, Property $property )
$srcPath string Absolute path of the property to remove.
$property Jackalope\Property Property object to be removed.

Property Details

$property public property

The property to remove.
public Property,Jackalope $property
return Jackalope\Property

$skip public property

Whether this remove operations was later determined to be skipped (i.e. a parent node is removed as well.)
public bool $skip
return boolean