芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/xmintal-back/vendor/codeception/codeception/src/Codeception/Util/Debug.php
debug($message); } public static function isEnabled() { return (bool) self::$output; } public static function confirm($question) { if (!self::$output) { return; } $questionHelper = new QuestionHelper(); return $questionHelper->ask(new ArgvInput(), self::$output, new ConfirmationQuestion($question)); } }