PHP Class PhpSchool\CliMenu\Dialogue\Confirm

Author: Aydin Hassan ([email protected])
Inheritance: extends Dialogue
Show file Open project: php-school/cli-menu

Public Methods

Method Description
display ( string $confirmText = 'OK' ) Display confirmation with a button with the given text

Method Details

display() public method

Display confirmation with a button with the given text
public display ( string $confirmText = 'OK' )
$confirmText string