コード例 #1
0
ファイル: DecoratorCached.php プロジェクト: mufuphlex/cplt
 /**
  * @param string $token
  * @param string $namespace
  * @return $this
  */
 public function addToken($token, $namespace = '')
 {
     $this->container->addToken($token, $namespace);
     return $this;
 }