Searched refs:attribute_name (Results 1 – 3 of 3) sorted by relevance
29 * @param string $attribute_name The name of the attribute.32 public function getAttribute($attribute_name); argument
147 * @param string $attribute_name The name of the attribute.151 public function getAttribute($attribute_name) argument154 ':name' => $attribute_name,158 if ($this->isW3cCompliant && ($attribute_name === 'value' || $attribute_name === 'index')) {
171 * @param string $attribute_name175 public function getAttribute($attribute_name) argument178 return $this->element->getAttribute($attribute_name);