API Documentation

Service/DeveloperGarden/Response/ConferenceCall/GetConferenceStatusResponseType.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service
subpackage
DeveloperGarden
version
$Id: GetConferenceStatusResponseType.php 20166 2010-01-09 19:00:17Z bkarwin $
Classes
Zend_Service_DeveloperGarden_Response_ConferenceCall_GetConferenceStatusResponseType

Description

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 license@zend.com so we can send you a copy immediately.

Zend_Service_DeveloperGarden_Response_ConferenceCall_GetConferenceStatusResponseType

Extends from
Zend_Service_DeveloperGarden_Response_BaseType
author
Marco Kaiser
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service
subpackage
DeveloperGarden
Properties
$detail
$schedule
$startTime
$participants
$acc
Methods
getDetail
getStartTime
getSchedule
getParticipants
getParticipantById
getAccount

Description

Properties

$acc

Zend_Service_DeveloperGarden_ConferenceCall_ConferenceAccount $acc = 'null'

the account object

Details

$acc
Zend_Service_DeveloperGarden_ConferenceCall_ConferenceAccount
visibility
public
default
null
final
false
static
false

$detail

Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail $detail = 'null'

details

Details

$detail
Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail
visibility
public
default
null
final
false
static
false

$participants

array $participants = 'null'

array of Zend_Service_DeveloperGarden_ConferenceCall_Participant

Details

$participants
array
visibility
public
default
null
final
false
static
false

$schedule

Zend_Service_DeveloperGarden_ConferenceCall_ConferenceSchedule $schedule = 'null'

conference starttime

Details

$schedule
Zend_Service_DeveloperGarden_ConferenceCall_ConferenceSchedule
visibility
public
default
null
final
false
static
false

$startTime

integer $startTime = 'null'

the starttime as longint

Details

$startTime
integer
visibility
public
default
null
final
false
static
false

Methods

getAccount

getAccount( ) : Zend_Service_DeveloperGarden_ConferenceCall_ConferenceAccount

returns the conference account details

Details
visibility
public
final
false
static
false

getDetail

getDetail( ) : Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail

returns the details object

Details
visibility
public
final
false
static
false

getParticipantById

getParticipantById( string $participantId ) : Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail

returns the participant object if found in the response

Arguments
$participantId
string
Details
visibility
public
final
false
static
false

getParticipants

getParticipants( ) : array

returns array with all participants Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail

Output
array
of Zend_Service_DeveloperGarden_ConferenceCall_ParticipantDetail
Details
visibility
public
final
false
static
false

getSchedule

getSchedule( ) : Zend_Service_DeveloperGarden_ConferenceCall_ConferenceSchedule

returns the schedule object

Details
visibility
public
final
false
static
false

getStartTime

getStartTime( ) : integer

returns the starttime

Output
integer
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.