PHP 클래스 Gajus\Dindent\Indenter

파일 보기 프로젝트 열기: gajus/dindent 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( array $options = [] )
getLog ( ) : array Debugging utility. Get log for the last indent operation.
indent ( string $input ) : string
setElementType ( string $element_name, ELEMENT_TYPE_BLOCK | ELEMENT_TYPE_INLINE $type ) : null

메소드 상세

__construct() 공개 메소드

public __construct ( array $options = [] )
$options array

getLog() 공개 메소드

Debugging utility. Get log for the last indent operation.
public getLog ( ) : array
리턴 array

indent() 공개 메소드

public indent ( string $input ) : string
$input string HTML input.
리턴 string Indented HTML.

setElementType() 공개 메소드

public setElementType ( string $element_name, ELEMENT_TYPE_BLOCK | ELEMENT_TYPE_INLINE $type ) : null
$element_name string Element name, e.g. "b".
$type ELEMENT_TYPE_BLOCK | ELEMENT_TYPE_INLINE
리턴 null