Exemplo n.º 1
0
 /**
  * @param ChildToken $token The ChildToken object to add.
  */
 protected function doAddToken(ChildToken $token)
 {
     $this->collTokens[] = $token;
     $token->setClient($this);
 }