61 return $this->hrefs[0];
97 foreach ($this->
getHrefs() as $href) {
121 foreach ($this->
getHrefs() as $href) {
124 return implode(
'<br />',
$links);
153 if ($elem[
'name'] !==
'{DAV:}href')
156 $hrefs[] = $elem[
'value'];
160 return new self(
$hrefs,
false);
parseInnerTree(array $elementMap=null)
Parses all elements below the current element.
resolve($basePath, $newPath)
This file contains all the uri handling functions.
__construct($hrefs)
Constructor.
xmlSerialize(Writer $writer)
The xmlSerialize method is called during xml writing.
The Reader class expands upon PHP's built-in XMLReader.
getHref()
Returns the first Href.
link($url, $label=null)
Generates a full -tag.
WebDAV properties that implement this interface are able to generate their own html output for the br...
getHrefs()
Returns the hrefs as an array.
This is the XML element interface.
static xmlDeserialize(Reader $reader)
The deserialize method is called during xml parsing.
writeElement($name, $content=null)
Write a full element tag and it's contents.
This class provides a few utility functions for easily generating HTML for the browser plugin...
toHtml(HtmlOutputHelper $html)
Generate html representation for this value.