Searched refs:attr_includes (Results 1 – 1 of 1) sorted by relevance
137 * @param array|string $attr_includes What attribute collections to register to144 … public function addElement($element, $type, $contents, $attr_includes = array(), $attr = array()) argument150 $this->mergeInAttrIncludes($attr, $attr_includes);236 * @param array $attr_includes Array of includes / string include to merge in238 public function mergeInAttrIncludes(&$attr, $attr_includes) argument240 if (!is_array($attr_includes)) {241 if (empty($attr_includes)) {242 $attr_includes = array();244 $attr_includes = array($attr_includes);247 $attr[0] = $attr_includes;