Public Member Functions | |
VocabularyFactory ($Path) | |
object constructor | |
GetVocabularies () | |
load vocabulary objects from files | |
GetVocabularyByHash ($Hash) | |
retrieve vocabulary object based on hash string |
Definition at line 14 of file VocabularyFactory.php.
VocabularyFactory::GetVocabularies | ( | ) |
load vocabulary objects from files
Definition at line 32 of file VocabularyFactory.php.
VocabularyFactory::GetVocabularyByHash | ( | $ | Hash | ) |
retrieve vocabulary object based on hash string
Hash | Hash string for Vocabulary (returned by Hash() method). |
Definition at line 60 of file VocabularyFactory.php.
References Vocabulary::Hash().
VocabularyFactory::VocabularyFactory | ( | $ | Path | ) |
object constructor
Path | path to directory containing .voc controlled vocabulary files |
Definition at line 22 of file VocabularyFactory.php.