You are here

function Attribute::__construct in Jssor Slider 7

File

src/shims/Attribute.inc, line 14

Class

Attribute

Namespace

Drupal\Core\Template

Code

function __construct($attributes) {
  $this->attributes = $attributes;
}