コード例 #1
0
 public function __construct($config, $args, $configPath)
 {
     KmsCi_Bootstrap::setRunner($this);
     $this->_configPath = $configPath;
     $this->_unparsedArgs = $args;
     $this->_args = $this->_parseArgs($args);
     $this->_config = $this->_overrideConfig($config);
     $this->_environment = $this->_getNewEnvironment();
     $this->_init();
 }