Exemplo n.º 1
0
 /**
  * @return mixed
  */
 public function __toString()
 {
     $argXml = new SimpleXMLElement("<arguments/>");
     self::constructElement($argXml);
     return api_util::xmlElementToSnippet($argXml->asXML());
 }