Service/DeveloperGarden/Response/ConferenceCall/GetConferenceStatusResponseType.php
Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to [email protected] so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Service
- Subpackage
- DeveloperGarden
- Version
- $Id: GetConferenceStatusResponseType.php 24593 2012-01-05 20:35:02Z matthew $
\Zend_Service_DeveloperGarden_Response_ConferenceCall_GetConferenceStatusResponseType
- Parent(s)
- \Zend_Service_DeveloperGarden_Response_BaseType < \Zend_Service_DeveloperGarden_Response_ResponseAbstract
- Author
- Marco Kaiser
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties

\Zend_Service_DeveloperGarden_ConferenceCall_ConferenceAccount $acc = nullthe account object
nullDetails

\Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail $detail = nulldetails
nullDetails

string $errorCode = nullerrorCode
Inherited from: \Zend_Service_DeveloperGarden_Response_ResponseAbstract::$$errorCode\Zend_Service_DeveloperGarden_Response_BaseType::$$errorCodenullDetails- Type
- string
- Inherited_from
- \Zend_Service_DeveloperGarden_Response_ResponseAbstract::$$errorCode
- Inherited_from
- \Zend_Service_DeveloperGarden_Response_BaseType::$$errorCode

string $errorMessage = nullerrorMessage
Inherited from: \Zend_Service_DeveloperGarden_Response_ResponseAbstract::$$errorMessage\Zend_Service_DeveloperGarden_Response_BaseType::$$errorMessagenullDetails- Type
- string
- Inherited_from
- \Zend_Service_DeveloperGarden_Response_ResponseAbstract::$$errorMessage
- Inherited_from
- \Zend_Service_DeveloperGarden_Response_BaseType::$$errorMessage

array $participants = nullarray of Zend_Service_DeveloperGarden_ConferenceCall_Participant
nullDetails- Type
- array

\Zend_Service_DeveloperGarden_ConferenceCall_ConferenceSchedule $schedule = nullconference starttime
nullDetails

string $statusCode = nullthe status code
Inherited from: \Zend_Service_DeveloperGarden_Response_BaseType::$$statusCodenullDetails- Type
- string
- Inherited_from
- \Zend_Service_DeveloperGarden_Response_BaseType::$$statusCode

string $statusMessage = nullthe status message
Inherited from: \Zend_Service_DeveloperGarden_Response_BaseType::$$statusMessagenullDetails- Type
- string
- Inherited_from
- \Zend_Service_DeveloperGarden_Response_BaseType::$$statusMessage
Methods

getAccount() : \Zend_Service_DeveloperGarden_ConferenceCall_ConferenceAccountreturns the conference account details
| Type | Description |
|---|---|
| \Zend_Service_DeveloperGarden_ConferenceCall_ConferenceAccount |

getDetail() : \Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetailreturns the details object
| Type | Description |
|---|---|
| \Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail |

getErrorCode() : string | nullreturns the error code (statusCode)
Inherited from: \Zend_Service_DeveloperGarden_Response_BaseType::getErrorCode()| Type | Description |
|---|---|
| string | null |

getErrorMessage() : stringreturns the error message
Inherited from: \Zend_Service_DeveloperGarden_Response_BaseType::getErrorMessage()| Type | Description |
|---|---|
| string |

getParticipantById(string $participantId) : \Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetailreturns the participant object if found in the response
| Name | Type | Description |
|---|---|---|
| $participantId | string |
| Type | Description |
|---|---|
| \Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail |

getParticipants() : arrayreturns array with all participants Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail
| Type | Description |
|---|---|
| array | of Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail |

getSchedule() : \Zend_Service_DeveloperGarden_ConferenceCall_ConferenceSchedulereturns the schedule object
| Type | Description |
|---|---|
| \Zend_Service_DeveloperGarden_ConferenceCall_ConferenceSchedule |

getStatusCode() : string | nullreturns the error code
Inherited from: \Zend_Service_DeveloperGarden_Response_BaseType::getStatusCode()| Type | Description |
|---|---|
| string | null |

getStatusMessage() : stringreturns the error message
Inherited from: \Zend_Service_DeveloperGarden_Response_BaseType::getStatusMessage()| Type | Description |
|---|---|
| string |

hasError() : booleanreturns true if we have a error situation
Inherited from: \Zend_Service_DeveloperGarden_Response_BaseType::hasError()| Type | Description |
|---|---|
| boolean |

isValid() : booleanreturns true if the errorCode is not null and not 0000
Inherited from: \Zend_Service_DeveloperGarden_Response_BaseType::isValid()| Type | Description |
|---|---|
| boolean |

parse() : \Zend_Service_DeveloperGarden_Response_ResponseAbstract
| Type | Description |
|---|---|
| \Zend_Service_DeveloperGarden_Response_ResponseAbstract |
| Exception | Description |
|---|---|
| \Zend_Service_DeveloperGarden_Response_Exception |