name = $name; $this->tokens = new ArrayCollection(); } public function addToken(Token $token) { $this->tokens[] = $token; $token->action = $this; } }