/**
  * ActionForward.
  *
  * @param array $forward forward
  */
 public function __construct($forward)
 {
     parent::__construct();
     $this->setPath($forward[_PATH]);
     $this->setHeader($forward[_HEADER]);
     $this->_setType($forward[_TYPE]);
     $this->action = $forward[_ACTION];
 }
 public function __construct($from = null)
 {
     parent::__construct($from, 'hashObject');
 }