Skip to content

handle Collection as attribute #2

@dantodev

Description

@dantodev

e.g.: attribute "class" stored as collection make it possible to simply add a class without read and modify the string.

$tag->attribute->get('class')->push("foo");

on build(): have to call the join method of Collection (php-array-tools>=2.6.0).

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions