You are here

class Attribute in Jssor Slider 7

Hierarchy

Expanded class hierarchy of Attribute

1 file declares its use of Attribute
jssor.theme.inc in ./jssor.theme.inc
Preprocessors and helper functions to make theming easier.

File

src/shims/Attribute.inc, line 12

Namespace

Drupal\Core\Template
View source
class Attribute {
  public $attributes;
  function __construct($attributes) {
    $this->attributes = $attributes;
  }

}

Members