Example #1
0
 /**
  * @param string $token
  * @param string $namespace
  * @return $this
  */
 public function addToken($token, $namespace = '')
 {
     $this->container->addToken($token, $namespace);
     return $this;
 }