private property HierarchicalSelectInternals::$smallHierarchy in Hierarchical Select 7.3
File
- tests/
internals.test, line 43 - This file contains the unit tests of the internals.
Class
- HierarchicalSelectInternals
- Tests for the internals of Hierarchical Select.
Code
private $smallHierarchy = array(
EURO => array(
'label' => LABEL_EURO,
'children' => array(
EURO_BE => array(
'label' => LABEL_EURO_BE,
'children' => array(
EURO_BE_BRU => array(
'label' => LABEL_EURO_BE_BRU,
),
EURO_BE_HAS => array(
'label' => LABEL_EURO_BE_HAS,
),
),
),
EURO_FR => array(
'label' => LABEL_EURO_FR,
),
),
),
ASIA => array(
'label' => LABEL_ASIA,
'children' => array(
ASIA_CH => array(
'label' => LABEL_ASIA_CH,
),
ASIA_JP => array(
'label' => LABEL_ASIA_JP,
'children' => array(
ASIA_JP_TOK => array(
'label' => LABEL_ASIA_JP_TOK,
),
),
),
),
),
);