Missing Method in produkte

Error: The action mobileapplikationenshop.php is not defined in controller produkte

Error: Create produkte::mobileapplikationenshop.php() in file: app/controllers/produkte.php.

<?php
class produkte extends AppController {

	var $name = 'Produkte';


	function mobileapplikationenshop.php() {

	}

}
?>

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