PHP Class ConsoleKit\Widgets\Box

Inheritance: extends AbstractWidget
Afficher le fichier Open project: maximebf/consolekit

Protected Properties

Свойство Type Description
$lineCharacter string
$padding integer
$text string

Méthodes publiques

Méthode Description
__construct ( ConsoleKit\TextWriter $writer = null, string $text = '', $lineCharacter = '*', $padding = 2 )
__toString ( )
getLineCharacter ( ) : string
getPadding ( ) : integer
getText ( ) : string
render ( ) : string
setLineCharacter ( $lineCharacter ) : Box
setPadding ( $padding ) : Box
setText ( $text ) : Box
write ( )

Method Details

__construct() public méthode

public __construct ( ConsoleKit\TextWriter $writer = null, string $text = '', $lineCharacter = '*', $padding = 2 )
$writer ConsoleKit\TextWriter
$text string

__toString() public méthode

public __toString ( )

getLineCharacter() public méthode

public getLineCharacter ( ) : string
Résultat string

getPadding() public méthode

public getPadding ( ) : integer
Résultat integer

getText() public méthode

public getText ( ) : string
Résultat string

render() public méthode

public render ( ) : string
Résultat string

setLineCharacter() public méthode

public setLineCharacter ( $lineCharacter ) : Box
Résultat Box

setPadding() public méthode

public setPadding ( $padding ) : Box
Résultat Box

setText() public méthode

public setText ( $text ) : Box
Résultat Box

write() public méthode

public write ( )

Property Details

$lineCharacter protected_oe property

protected string $lineCharacter
Résultat string

$padding protected_oe property

protected int $padding
Résultat integer

$text protected_oe property

protected string $text
Résultat string