Searched refs:legacy (Results 1 – 2 of 2) 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;
103 protected $legacy = []; variable in SimplePie\\Registry147 * @param bool $legacy Whether to enable legacy support for this class150 public function register($type, $class, $legacy = false) argument175 if ($legacy) {176 $this->legacy[] = $class;252 if (in_array($class, $this->legacy)) {