Property | Type | Description | |
---|---|---|---|
$propertyName | string | Property name to change |
Method | Description | |
---|---|---|
execute ( |
Strips tags on the value of the property to work on. | |
isTransformable ( |
Returns TRUE if the given node has the property to work on. | |
setProperty ( string $propertyName ) : void | Sets the name of the property to work on. |
public isTransformable ( |
||
$node | ||
return | boolean |
public setProperty ( string $propertyName ) : void | ||
$propertyName | string | |
return | void |
protected string $propertyName | ||
return | string |