Method | Description | |
---|---|---|
__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 |
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 | |
return | null |