Example #1
0
 /**
  * {@inheritdoc}
  */
 public function getTypeExtensions()
 {
     // BC
     if ($this->innerType instanceof AbstractType) {
         return $this->innerType->getExtensions();
     }
     return $this->typeExtensions;
 }