Home
last modified time | relevance | path

Searched refs:PARENT_TYPE_ARRAY (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/ComboStrap/
H A DMetadataFrontmatterStore.php357 if ($isFirstProperty && $parentType !== Json::PARENT_TYPE_ARRAY) {
390 $childType = Json::PARENT_TYPE_ARRAY;
412 if ($parentType !== Json::PARENT_TYPE_ARRAY) {
H A DJson.php11 const PARENT_TYPE_ARRAY = "["; define in ComboStrap\\Json