Public Member Functions | |
searchAction () | |
gridAction () |
Definition at line 34 of file SelectionController.php.
gridAction | ( | ) |
Definition at line 47 of file SelectionController.php.
00048 { 00049 $this->loadLayout(); 00050 return $this->getResponse()->setBody( 00051 $this->getLayout() 00052 ->createBlock('googlebase/adminhtml_items_product') 00053 ->setIndex($this->getRequest()->getParam('index')) 00054 ->toHtml() 00055 ); 00056 }
searchAction | ( | ) |
Definition at line 36 of file SelectionController.php.
00037 { 00038 return $this->getResponse()->setBody( 00039 $this->getLayout() 00040 ->createBlock('googlebase/adminhtml_items_product') 00041 ->setIndex($this->getRequest()->getParam('index')) 00042 ->setFirstShow(true) 00043 ->toHtml() 00044 ); 00045 }