PHP 클래스 Neos\ContentRepository\Migration\Transformations\StripTagsOnProperty

상속: extends AbstractTransformation
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$propertyName string Property name to change

공개 메소드들

메소드 설명
execute ( NodeData $node ) : void Strips tags on the value of the property to work on.
isTransformable ( NodeData $node ) : boolean 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.

메소드 상세

execute() 공개 메소드

Strips tags on the value of the property to work on.
public execute ( NodeData $node ) : void
$node Neos\ContentRepository\Domain\Model\NodeData
리턴 void

isTransformable() 공개 메소드

Returns TRUE if the given node has the property to work on.
public isTransformable ( NodeData $node ) : boolean
$node Neos\ContentRepository\Domain\Model\NodeData
리턴 boolean

setProperty() 공개 메소드

Sets the name of the property to work on.
public setProperty ( string $propertyName ) : void
$propertyName string
리턴 void

프로퍼티 상세

$propertyName 보호되어 있는 프로퍼티

Property name to change
protected string $propertyName
리턴 string