/**
  * {@inheritDoc}
  */
 public function setAllowedGrantTypes(array $grantTypes)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'setAllowedGrantTypes', array($grantTypes));
     return parent::setAllowedGrantTypes($grantTypes);
 }