getName() public method

Get human readable action name
public getName ( ) : string
return string
 public function getName()
 {
     $this->__load();
     return parent::getName();
 }