diff options
author | Silvio <s1lv10@uol.com.br> | 2010-08-03 17:19:48 -0300 |
---|---|---|
committer | Silvio <s1lv10@uol.com.br> | 2010-08-03 17:19:48 -0300 |
commit | a2f5132c5ad483422096449bdac9651f19d6080d (patch) | |
tree | 24baa7f3ca15895bd1e7aa76a30a20b5e1b24011 /lib | |
parent | e7db3c2cb2325a773dd17650735740e0c57423e7 (diff) | |
download | sf_isis_importer_plugin-a2f5132c5ad483422096449bdac9651f19d6080d.tar.gz sf_isis_importer_plugin-a2f5132c5ad483422096449bdac9651f19d6080d.tar.bz2 |
Adding default implementation for parseName
Diffstat (limited to 'lib')
-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 |