R 
		
				
			
		ragtek
Guest
		PHP:
	
	**
     * Method designed to be overridden by child classes to add pre-dispatch
     * behaviors. This differs from {@link _preDispatch()} in that it is designed
     * for abstract controller type classes to override. Specific controllers
     * should override preDispatch instead.
     *
     * @param string $action Action that is requested
     */
    protected function _preDispatchType($action)
    {
    }I don't understand this, where's now the difference between preDispatch and preDispatchType
Can anybody explain this, or give me a example?

 
 
		 
 
		