CWIS Developer Documentation
|
Factory for manipulating Vocabulary objects. More...
Public Member Functions | |
__construct ($Path) | |
object constructor More... | |
GetVocabularies () | |
load vocabulary objects from files More... | |
GetVocabularyByHash ($Hash) | |
retrieve vocabulary object based on hash string More... | |
Factory for manipulating Vocabulary objects.
Definition at line 13 of file VocabularyFactory.php.
VocabularyFactory::__construct | ( | $Path | ) |
object constructor
string | $Path | Path to directory containing .voc controlled vocabulary files. |
Definition at line 22 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
string | $Hash | Hash for Vocabulary (returned by Hash() method). |
Definition at line 60 of file VocabularyFactory.php.
References Vocabulary\HashForFile().