
Public Member Functions | |
| indexAction () | |
| viewAction () | |
Definition at line 35 of file ReviewController.php.
| indexAction | ( | ) |
Definition at line 37 of file ReviewController.php.
00038 { 00039 $this->loadLayout(); 00040 $this->renderLayout(); 00041 }
| viewAction | ( | ) |
Definition at line 43 of file ReviewController.php.
00044 { 00045 $this->loadLayout(); 00046 $this->renderLayout(); 00047 }
1.5.8