예제 #1
0
파일: Command.php 프로젝트: relue/magento2
 /**
  * Set config object for all commands
  *
  * @param Mage_Connect_Config $obj
  * @return null
  */
 public static function setConfigObject($obj)
 {
     self::$_config = $obj;
 }