コード例 #1
0
ファイル: Application.php プロジェクト: ReKungPaw/popphp
 /**
  * Remove a service
  *
  * @param  string $name
  * @return Application
  */
 public function removeService($name)
 {
     $this->services->remove($name);
     return $this;
 }