예제 #1
0
 /**
  * Constructor
  * @param string $name
  */
 public function __construct($name = 'TYPO3 CMS')
 {
     parent::__construct($name);
     $this->options = array_merge($this->options, array('context' => 'Production', 'scriptFileName' => './typo3cms'));
 }
예제 #2
0
파일: Flow.php 프로젝트: SomeBdyElse/Surf
 /**
  * Constructor
  */
 public function __construct($name = 'TYPO3_Flow')
 {
     parent::__construct($name);
     $this->options = array_merge($this->options, array('updateMethod' => 'composer'));
 }