60 function has($methodName) {
90 foreach ($this->
getValue() as $val) {
93 $writer->endElement();
An exception for terminatinating execution or to throw for unit testing.
This class provides a few utility functions for easily generating HTML for the browser plugin.
supported-method-set property.
__construct(array $methods)
Creates the property.
has($methodName)
Returns true or false if the property contains a specific method.
getValue()
Returns the list of supported http methods.
toHtml(HtmlOutputHelper $html)
Generate html representation for this value.
xmlSerialize(Writer $writer)
The xmlSerialize method is called during xml writing.
writeAttribute($name, $value)
Writes a new attribute.
startElement($name)
Opens a new element.
WebDAV properties that implement this interface are able to generate their own html output for the br...
Objects implementing XmlSerializable can control how they are represented in Xml.