Darken\Console\CommandInterface

interface

Interface CommandInterface This interface is used to define the run method for a class that runs a command.

Methods

Method Details

public void run (Darken\Console\Application $app) CommandInterface.php#14
$app Darken\Console\Application
Return void