1 taxonomy_vocabulary.class.inc | TaxonomyVocabulary::__construct($config = array()) |
File
- core/
modules/ taxonomy/ taxonomy_vocabulary.class.inc, line 63
Class
- TaxonomyVocabulary
- Taxonomy vocabularies allow the grouping of taxonomy terms.
Code
function __construct($config = array()) {
foreach ($config as $key => $value) {
$this->$key = $value;
}
}