コード例 #1
0
 /**
  * Configures this generator.
  */
 public function configure()
 {
     parent::configure();
     $this->generatorManager->getConfiguration()->getEventDispatcher()->notify(new sfEvent($this, 'dm.admin_generator.post_configure', array('table' => $this->table)));
 }