Home
last modified time | relevance | path

Searched refs:core_attributes (Results 1 – 1 of 1) sorted by relevance

/plugin/bootswrapper/syntax/
H A Dbootstrap.php32 public $core_attributes = array( variable in syntax_plugin_bootswrapper_bootstrap
84 $tag_attributes = array_merge($this->core_attributes, $this->tag_attributes);
299 $core_attributes = array();
301 foreach (array_keys($this->core_attributes) as $attribute) {
303 $core_attributes[$attribute] = $attributes[$attribute];
307 return $core_attributes;