0 follower

Interface Yiisoft\Yii\Debug\Api\Inspector\CommandInterface

Implemented byYiisoft\Yii\Debug\Api\Inspector\Command\BashCommand, Yiisoft\Yii\Debug\Api\Inspector\Command\CodeceptionCommand, Yiisoft\Yii\Debug\Api\Inspector\Command\PHPUnitCommand, Yiisoft\Yii\Debug\Api\Inspector\Command\PsalmCommand

Method Details

Hide inherited methods

getDescription() public abstract static method

public abstract static string getDescription ( )

                public static function getDescription(): string;

            
getTitle() public abstract static method

public abstract static string getTitle ( )

                public static function getTitle(): string;

            
run() public abstract method

public abstract Yiisoft\Yii\Debug\Api\Inspector\CommandResponse run ( )

                public function run(): CommandResponse;