REDROOM
PHP 8.1.33
Path:
Logout
Edit File
Size: 1.61 KB
Close
/home/jambtst2015/www/framework/console/CConsoleCommandEvent.php
Text
Base64
<?php /** * CConsoleCommandEvent class file. * * @author Evgeny Blinov <e.a.blinov@gmail.com> * @link http://www.yiiframework.com/ * @copyright 2008-2013 Yii Software LLC * @license http://www.yiiframework.com/license/ */ /** * CConsoleCommandEvent class. * * CConsoleCommandEvent represents the event parameters needed by events raised by a console command. * * @author Evgeny Blinov <e.a.blinov@gmail.com> * @package system.console * @since 1.1.11 */ class CConsoleCommandEvent extends CEvent { /** * @var string the action name */ public $action; /** * @var boolean whether the action should be executed. * If this property is set true by the event handler, the console command action will quit after handling this event. * If false, which is the default, the normal execution cycles will continue, including performing the action and calling * {@link CConsoleCommand::afterAction}. */ public $stopCommand=false; /** * @var integer exit code of application. * This property is available in {@link CConsoleCommand::onAfterAction} event and will be set to the exit code * returned by the console command action. You can set it to change application exit code. */ public $exitCode; /** * Constructor. * @param mixed $sender sender of the event * @param string $params the parameters to be passed to the action method. * @param string $action the action name * @param integer $exitCode the application exit code */ public function __construct($sender=null,$params=null,$action=null,$exitCode=0){ parent::__construct($sender,$params); $this->action=$action; $this->exitCode=$exitCode; } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 7
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
CConsoleApplication.php
6.18 KB
lrw-r--r--
2024-11-22 17:53:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
CConsoleCommand.php
17.51 KB
lrw-r--r--
2024-11-22 17:53:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
CConsoleCommandBehavior.php
1.75 KB
lrw-r--r--
2024-11-22 17:53:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
CConsoleCommandEvent.php
1.61 KB
lrw-r--r--
2024-11-22 17:53:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
CConsoleCommandRunner.php
4.63 KB
lrw-r--r--
2024-11-22 17:53:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
CHelpCommand.php
2.05 KB
lrw-r--r--
2024-11-22 17:53:16
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
error_log
41.83 KB
lrw-r--r--
2025-11-03 15:01:13
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).