
Public Member Functions | |
| suggestAction () | |
Definition at line 34 of file AjaxController.php.
| suggestAction | ( | ) |
Definition at line 36 of file AjaxController.php.
00037 { 00038 $this->getResponse()->setBody($this->getLayout()->createBlock('catalogsearch/autocomplete')->toHtml()); 00039 }
1.5.8