PHP 클래스 DMS\Filter\Rules\PregReplace

상속: extends Rule
파일 보기 프로젝트 열기: rdohms/dms-filter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$regexp string Regular Expression to use
$replacement string Replacement

공개 메소드들

메소드 설명
getDefaultOption ( ) {@inheritDoc}

메소드 상세

getDefaultOption() 공개 메소드

{@inheritDoc}
public getDefaultOption ( )

프로퍼티 상세

$regexp 공개적으로 프로퍼티

Regular Expression to use
public string $regexp
리턴 string

$replacement 공개적으로 프로퍼티

Replacement
public string $replacement
리턴 string