From 80817b5082c995c390e11520ffb358c353008784 Mon Sep 17 00:00:00 2001 From: Silvio Date: Fri, 30 Jul 2010 18:22:58 -0300 Subject: Moving methodName() to Cinisis --- lib/sfIsisImporter.class.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/lib/sfIsisImporter.class.php b/lib/sfIsisImporter.class.php index 45046db..de4b887 100644 --- a/lib/sfIsisImporter.class.php +++ b/lib/sfIsisImporter.class.php @@ -28,17 +28,6 @@ class sfIsisImporter extends IsisConnector $this->logger = sfIsisImporterLog::getInstance(); } - /** - * Guess a method name from a type. - * - * @param string $type Mapping type - * @return string Method name - */ - static function methodName($type) - { - return 'import'. ucfirst($type); - } - /** * Get the model foreign table id. * -- cgit v1.2.3