Свойство | Тип | Описание | |
---|---|---|---|
$defaultIndentWidth | integer |
Свойство | Тип | Описание | |
---|---|---|---|
$bgColor | string | ||
$fgColor | string | ||
$indent | integer | ||
$indentWidth | integer | ||
$quote | string |
Метод | Описание | |
---|---|---|
__construct ( array $options = [] ) | ||
apply ( string $text, array $options = [] ) : string | Returns the text formated with the specified options | |
format ( string $text ) | Formats $text according to the formater's options | |
getBgColor ( ) : string | ||
getFgColor ( ) : string | ||
getIndent ( ) : integer | ||
getIndentWidth ( ) : integer | ||
getQuote ( ) : string | ||
setBgColor ( string $color ) : |
||
setFgColor ( string $color ) : |
||
setIndent ( integer $indent ) : |
||
setIndentWidth ( $width ) : |
||
setOptions ( array $options ) : |
Available options: - indentWidth - indent - quote - fgcolor - bgcolor | |
setQuote ( string $quote ) : |
public setBgColor ( string $color ) : |
||
$color | string | |
Результат |
public setFgColor ( string $color ) : |
||
$color | string | |
Результат |
public setIndentWidth ( $width ) : |
||
Результат |
public setOptions ( array $options ) : |
||
$options | array | |
Результат |
public static int $defaultIndentWidth | ||
Результат | integer |