Searched refs:legacy (Results 1 – 3 of 3) sorted by relevance
110 * @param array $legacy113 protected function parseLegacyAttr($legacy) argument118 foreach ($legacy as $key => $val) {163 $legacy = new \Doku_Form($this->attrs());164 $legacy->_hidden = $this->hidden;167 $legacy->_content[] = $element->toHTML();176 $legacy->_content[] = $data;180 return $legacy;
65 protected $legacy = []; variable in SimplePie\\Registry109 * @param bool $legacy Whether to enable legacy support for this class112 public function register(string $type, $class, bool $legacy = false) argument137 if ($legacy) {138 $this->legacy[] = $class;235 if (in_array($class, $this->legacy)) {
25 # Testing legacy dynamic property usage.