Clickalicious\PhpMemAdmin\BaseInstaller::showBanner PHP Method

showBanner() protected static method

Show project banner.
Author: Benjamin Carl ([email protected])
protected static showBanner ( ) : void
return void
    protected static function showBanner()
    {
        \cli\line('%N%n%y');
        \cli\line('Installer');
        \cli\line('%N%n');
    }