Home
last modified time | relevance | path

Searched refs:TierFormat (Results 1 – 1 of 1) sorted by last modified time

/plugin/numberedheadings/
H A Dhelper.php17 protected $TierFormat; // (array) numbering format of each tier variable in helper_plugin_numberedheadings
52 $TierFormat = json_decode($format, true);
53 if ($TierFormat === null) $TierFormat = [];
57 array_unshift($TierFormat, '');
58 unset($TierFormat[0]);
59 $this->TierFormat = $TierFormat;
62 foreach ($TierFormat as $k => $value) {
63 $this->TierFormat[
[all...]