diff options
Diffstat (limited to 'lib/sfIsisImporter.class.php')
-rw-r--r-- | lib/sfIsisImporter.class.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/sfIsisImporter.class.php b/lib/sfIsisImporter.class.php index 7a263df..32fde7d 100644 --- a/lib/sfIsisImporter.class.php +++ b/lib/sfIsisImporter.class.php @@ -84,6 +84,17 @@ class sfIsisImporter extends IsisConnector } /** + * Default implementation for parseName. + * + * @param mixed $value Name + * @return mixed Name + */ + public function parseName($value) + { + return $value; + } + + /** * Add a single entry from the database. * * @param string $base_model Model to use |