Lookup/Ibis web service client API
  • Class

Classes

  • GroupMethods
  • IbisAttribute
  • IbisAttributeScheme
  • IbisClientConnection
  • IbisContactPhoneNumber
  • IbisContactRow
  • IbisContactWebPage
  • IbisDto
  • IbisError
  • IbisGroup
  • IbisIdentifier
  • IbisInstitution
  • IbisMethods
  • IbisPerson
  • IbisResult
  • IbisResultParser
  • InstitutionMethods
  • PersonMethods

Interfaces

  • ClientConnection

Exceptions

  • IbisException

Class IbisResultParser

Class to parse the XML from the server and produce an IbisResult.

Located at dto/IbisResult.php

Methods summary

public IbisResult
# parseXml(string $data)

Parse XML data from the specified string and return an IbisResult.

Parse XML data from the specified string and return an IbisResult.

Parameters

$data
The XML string returned from the server.

Returns

IbisResult

The parsed results. This may contain lists or trees of objects representing people, institutions and groups returned from the server.

public IbisResult
# parseXmlFile(resource $file)

Parse XML data from the specified stream and return an IbisResult.

Parse XML data from the specified stream and return an IbisResult.

Parameters

$file

A file pointer to a stream containing XML returned from the server.

Returns

IbisResult

The parsed results. This may contain lists or trees of objects representing people, institutions and groups returned from the server.

Lookup/Ibis web service client API documentation generated by ApiGen