Exemple #1
0
 /**
  * Delegate to our generator
  *
  * {@inheritDoc}
  */
 public function supports($name)
 {
     if ($this->generator instanceof VersatileGeneratorInterface) {
         return $this->generator->supports($name);
     }
     return is_string($name);
 }