Exemplo n.º 1
0
 /**
  * Return all forward configurations for this Action.
  *
  * If there are none, a zero-length array is returned.
  *
  * @return array
  */
 public function findForwardConfigs()
 {
     $temps = array_merge($this->moduleConfig->findForwardConfigs(), $this->forwards);
     return array_values($temps);
 }