PHP Class PhpSchool\CliMenu\Frame

Author: Aydin Hassan ([email protected])
Inheritance: implements Countable
Afficher le fichier Open project: php-school/cli-menu Class Usage Examples

Méthodes publiques

Méthode Description
addRow ( string $row )
addRows ( array $rows = [] )
count ( ) : integer
getRows ( ) : array
newLine ( integer $count = 1 )

Method Details

addRow() public méthode

public addRow ( string $row )
$row string

addRows() public méthode

public addRows ( array $rows = [] )
$rows array

count() public méthode

public count ( ) : integer
Résultat integer

getRows() public méthode

public getRows ( ) : array
Résultat array

newLine() public méthode

public newLine ( integer $count = 1 )
$count integer