public Attribute::__construct($attributes = array())
Constructs a \Drupal\Core\Template\Attribute object.
array $attributes: An associative array of key-value pairs to be converted to attributes.
public function __construct($attributes = array()) { foreach ($attributes as $name => $value) { $this->offsetSet($name, $value); } }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Template!Attribute.php/function/Attribute::__construct/8.1.x