@@ -55,31 +55,31 @@ protected function _setDi($di) {
5555 $ this ->js ->setDi ($ di );
5656 }
5757
58- public abstract function getUrl ($ url );
59- public abstract function addViewElement ($ identifier ,$ content ,&$ view );
60- public abstract function createScriptVariable (&$ view ,$ view_var , $ output );
58+ abstract public function getUrl ($ url );
59+ abstract public function addViewElement ($ identifier ,$ content ,&$ view );
60+ abstract public function createScriptVariable (&$ view ,$ view_var , $ output );
6161 /**
6262 * render the content of $controller::$action and set the response to the modal content
6363 * @param Controller $initialController
6464 * @param string $controller a Phalcon controller
6565 * @param string $action a Phalcon action
6666 * @param array $params
6767 */
68- public abstract function forward ($ initialController ,$ controller ,$ action ,$ params );
68+ abstract public function forward ($ initialController ,$ controller ,$ action ,$ params );
6969 /**
7070 * render the content of an existing view : $viewName and set the response to the modal content
7171 * @param Controller $initialControllerInstance
7272 * @param View $viewName
7373 * @param $params The parameters to pass to the view
7474 */
75- public abstract function renderContent ($ initialControllerInstance ,$ viewName , $ params =NULL );
75+ abstract public function renderContent ($ initialControllerInstance ,$ viewName , $ params =NULL );
7676
7777 /**
7878 * Collect url parts from the request dispatcher : controllerName, actionName, parameters
7979 * @param mixed $dispatcher
8080 * @return array
8181 */
82- public abstract function fromDispatcher ($ dispatcher );
82+ abstract public function fromDispatcher ($ dispatcher );
8383
8484 /**
8585 *
0 commit comments