protected function addChild( Editor $editor, IdStack $idPath, Attribute $attribute, $class, $attributeId ) { return '<div id="collapsable-' . $attributeId . '" class="expand-' . $class . '">' . $editor->add( $idPath ) . '</div>' . EOL; }