Missing Method in DocumentsController

Error: The action JBW BGCMA Golf Brochure - 2007.pdf is not defined in controller DocumentsController

Error: Create DocumentsController::JBW BGCMA Golf Brochure - 2007.pdf() in file: app/controllers/documents_controller.php.

<?php
class DocumentsController extends AppController {

	var $name = 'Documents';


	function JBW BGCMA Golf Brochure - 2007.pdf() {

	}

}
?>

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