diff options
-rw-r--r-- | lib/sfIsisImporter.class.php | 11 |
1 files changed, 0 insertions, 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 @@ -29,17 +29,6 @@ class sfIsisImporter extends IsisConnector } /** - * 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. * * @param object $model Model |