PHP Class Jackalope\Transport\RemovePropertyOperation

Inheritance: extends Jackalope\Transport\Operation
Afficher le fichier Open project: jackalope/jackalope

Méthodes publiques

Свойство 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.)

Méthodes publiques

Méthode Description
__construct ( string $srcPath, Property $property )

Method Details

__construct() public méthode

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_oe property

The property to remove.
public Property,Jackalope $property
Résultat Jackalope\Property

$skip public_oe property

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