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 IbisContactRow

Class representing an institution contact row, for use by the web services API.

IbisDto
Extended by IbisContactRow
Author: Dean Rasheed (dev-group@ucs.cam.ac.uk)
Located at dto/IbisContactRow.php

Properties summary

public string $description

The contact row's text.

The contact row's text.

#
public boolean $bold

Flag indicating if the contact row's text is normally displayed in bold.

Flag indicating if the contact row's text is normally displayed in bold.

#
public boolean $italic

Flag indicating if the contact row's text is normally displayed in italics.

Flag indicating if the contact row's text is normally displayed in italics.

#
public string[] $addresses

A list of the contact row's addresses. This will always be non-null, but may be an empty list.

A list of the contact row's addresses. This will always be non-null, but may be an empty list.

#
public string[] $emails

A list of the contact row's email addresses. This will always be non-null, but may be an empty list.

A list of the contact row's email addresses. This will always be non-null, but may be an empty list.

#
public IbisPerson[] $people

A list of the people referred to by the contact row. This will always be non-null, but may be an empty list.

A list of the people referred to by the contact row. This will always be non-null, but may be an empty list.

#
public IbisContactPhoneNumber[] $phoneNumbers

A list of the contact row's phone numbers. This will always be non-null, but may be an empty list.

A list of the contact row's phone numbers. This will always be non-null, but may be an empty list.

#
public IbisContactWebPage[] $webPages

A list of the contact row's web pages. This will always be non-null, but may be an empty list.

A list of the contact row's web pages. This will always be non-null, but may be an empty list.

#
Lookup/Ibis web service client API documentation generated by ApiGen