e.g.: attribute "class" stored as collection make it possible to simply add a class without read and modify the string. ``` php $tag->attribute->get('class')->push("foo"); ``` on `build()`: have to call the join method of Collection (`php-array-tools>=2.6.0`).