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
$Path | path to directory containing .voc controlled vocabulary files |
Definition at line 21 of file VocabularyFactory.php.
VocabularyFactory::GetVocabularies | ( | ) |
load vocabulary objects from files
Definition at line 31 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 59 of file VocabularyFactory.php.
References Vocabulary\HashForFile().