getName() 공개 메소드

Get name
public getName ( ) : string
리턴 string
예제 #1
0
 /**
  * Disable plugin
  * @param  Plugin $plugin
  */
 public function disablePlugin(Plugin $plugin)
 {
     $this->dispatcher->dispatch('plugin.disable', new GenericEvent($this, array('plugin_name' => $plugin->getName(), 'plugin' => $plugin)));
 }