Ejemplo n.º 1
0
 /**
  * Construct a SOAP message from a file
  *
  * <code>
  *   $msg= SOAPMessage::fromFile(new File('foo.soap.xml');
  * </code>
  *
  * @param   io.File file
  * @return  xml.Tree
  */
 public static function fromFile($file, $c = __CLASS__)
 {
     return parent::fromFile($file, $c);
 }