Свойство | Type | Description | |
---|---|---|---|
$lineCharacter | string | ||
$padding | integer | ||
$text | string |
Méthode | Description | |
---|---|---|
__construct ( ConsoleKit\TextWriter $writer = null, string $text = '', $lineCharacter = '*', $padding = 2 ) | ||
__toString ( ) | ||
getLineCharacter ( ) : string | ||
getPadding ( ) : integer | ||
getText ( ) : string | ||
render ( ) : string | ||
setLineCharacter ( $lineCharacter ) : |
||
setPadding ( $padding ) : |
||
setText ( $text ) : |
||
write ( ) |
public __construct ( ConsoleKit\TextWriter $writer = null, string $text = '', $lineCharacter = '*', $padding = 2 ) | ||
$writer | ConsoleKit\TextWriter | |
$text | string |