예제 #1
0
파일: Shell.php 프로젝트: okite11/frames21
 /**
  * @param string $modeName
  * @return Mode\ModeInterface
  * @throws Exception
  */
 protected function createMode($modeName)
 {
     return $this->modeFactory->create($modeName);
 }