API Documentation

Service/DeveloperGarden/ConferenceCall/ConferenceDetail.php

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: ConferenceDetail.php 20166 2010-01-09 19:00:17Z bkarwin $
Classes
Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail

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_ConferenceCall_ConferenceDetail

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
$name
$description
$duration
Methods
__construct
setDuration
getDuration
setDescription
getDescription
setName
getName

Description

Properties

$description

string $description = 'null'

description of this conference

Details

$description
string
visibility
public
default
null
final
false
static
false

$duration

integer $duration = 'null'

duration in seconds of this conference

Details

$duration
integer
visibility
public
default
null
final
false
static
false

$name

string $name = 'null'

name of this conference

Details

$name
string
visibility
public
default
null
final
false
static
false

Methods

__construct

__construct( string $name, string $description, integer $duration ) : Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail

create object

Arguments
$name
string
$description
string
$duration
integer
Details
visibility
public
final
false
static
false

getDescription

getDescription( ) : string

Output
string
Details
visibility
public
final
false
static
false

getDuration

getDuration( ) : string

Output
string
Details
visibility
public
final
false
static
false

getName

getName( ) : string

Output
string
Details
visibility
public
final
false
static
false

setDescription

setDescription( $description $description ) : Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail

set the description of this conference

Arguments
$description
$description
the $description to set
Details
visibility
public
final
false
static
false

setDuration

setDuration( integer $duration ) : Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail

sets new duration for this conference in seconds

Arguments
$duration
integer
Details
visibility
public
final
false
static
false

setName

setName( string $name ) : Zend_Service_DeveloperGarden_ConferenceCall_ConferenceDetail

sets the name of this conference

Arguments
$name
string
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.