AppserverIo\Appserver\Core\Commands\ModeCommand::execute PHP 메소드

execute() 공개 메소드

Executes the command.
또한 보기: AppserverIo\Appserver\Core\Commands\CommandInterface::execute()
public execute ( array $params = [] ) : mixed | null
$params array The arguments passed to the command
리턴 mixed | null The result of the command
    public function execute(array $params = array())
    {
        $this->applicationServer->mode($this->connection, array_shift($params));
    }