You are here

Attribute.inc in Jssor Slider 7

File

src/shims/Attribute.inc
View source
<?php

/**
 * Created by PhpStorm.
 * User: cravecode
 * Date: 2/14/15
 * Time: 6:06 PM
 */
namespace Drupal\Core\Template;

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

}

Classes

Namesort descending Description
Attribute