NextDom\Helpers\ConsoleHelper
Synopsis
class ConsoleHelper
{
- // methods
- public static void title()
- public static void subTitle()
- public static void step()
- public static void stepLine()
- public static void process()
- public static void enter()
- public static void ok()
- public static void nok()
- public static void error()
Methods
public
- enter() — Show ok message
- error() — Show error message
- nok() — Show not ok message
- ok() — Show ok message
- process() — Show process information
- step() — Show step information
- stepLine() — Show step information
- subTitle() — Show subtitle
- title() — Show title