PHP 클래스 eZ\Publish\Core\Persistence\Tests\TransformationProcessor\TransformationProcessorPcreCompilerTest

파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 메소드들

메소드 설명
testCompileMap ( )
testCompileMapAscii ( )
testCompileMapKeep ( )
testCompileMapRemove ( )
testCompileMapUnicode ( )
testCompileModuloTranspose ( )
testCompileReplace ( )
testCompileTranspose ( )
testCompileTransposeAsciiLowercase ( )
testCompileTransposePlus ( )

보호된 메소드들

메소드 설명
applyTransformations ( array $transformations, string $string ) : string Applies the transformations.

메소드 상세

applyTransformations() 보호된 메소드

Applies the transformations.
protected applyTransformations ( array $transformations, string $string ) : string
$transformations array
$string string
리턴 string

testCompileMap() 공개 메소드

public testCompileMap ( )

testCompileMapAscii() 공개 메소드

public testCompileMapAscii ( )

testCompileMapKeep() 공개 메소드

public testCompileMapKeep ( )

testCompileMapRemove() 공개 메소드

testCompileMapUnicode() 공개 메소드

testCompileModuloTranspose() 공개 메소드

testCompileReplace() 공개 메소드

public testCompileReplace ( )

testCompileTranspose() 공개 메소드

testCompileTransposeAsciiLowercase() 공개 메소드

testCompileTransposePlus() 공개 메소드