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