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