Example #1
0
 /**
  * @return InterpreterManager
  */
 public function newInterpreterManager()
 {
     return InterpreterManager::singleton(true);
 }
Example #2
0
 /**
  * @return InterpreterManager
  */
 public function newInterpreterManager()
 {
     $aInterpreters = InterpreterManager::singleton(true);
     $aInterpreters->setApplication($this->application(true));
     return $aInterpreters;
 }