Missing Method in ExplorerController

Error: The action image is not defined in controller ExplorerController

Error: Create ExplorerController::image() in file: phtagr/controllers/explorer_controller.php.

<?php
class ExplorerController extends AppController {

	var $name = 'Explorer';


	function image() {

	}

}
?>

Notice: If you want to customize this error message, create phtagr/views/errors/missing_action.ctp.