2 /* This file is part of Syj, Copyright (c) 2010 Arnaud Renevier,
3 and is published under the AGPL license. */
5 class Syj_Controller_Action_Helper_SyjReset extends Zend_Controller_Action_Helper_Abstract
7 public function resetPlaceHolders() {
8 $controller = $this->getActionController();
9 $controller->view->jslocales = null;
10 $controller->view->headScript()->exchangeArray(array());
11 $controller->view->headLink()->exchangeArray(array());
12 $controller->view->headTitle()->exchangeArray(array());
13 $controller->view->headStyle()->exchangeArray(array());