web/lib/Zend/Service/DeveloperGarden/Request/ConferenceCall/GetConferenceTemplateListRequest.php
equal
deleted
inserted
replaced
13 * to license@zend.com so we can send you a copy immediately. |
13 * to license@zend.com so we can send you a copy immediately. |
14 * |
14 * |
15 * @category Zend |
15 * @category Zend |
16 * @package Zend_Service |
16 * @package Zend_Service |
17 * @subpackage DeveloperGarden |
17 * @subpackage DeveloperGarden |
18 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
18 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
19 * @license http://framework.zend.com/license/new-bsd New BSD License |
19 * @license http://framework.zend.com/license/new-bsd New BSD License |
20 * @version $Id: GetConferenceTemplateListRequest.php 20166 2010-01-09 19:00:17Z bkarwin $ |
20 * @version $Id: GetConferenceTemplateListRequest.php 24593 2012-01-05 20:35:02Z matthew $ |
21 */ |
21 */ |
22 |
22 |
23 /** |
23 /** |
24 * @see Zend_Service_DeveloperGarden_Request_RequestAbstract |
24 * @see Zend_Service_DeveloperGarden_Request_RequestAbstract |
25 */ |
25 */ |
27 |
27 |
28 /** |
28 /** |
29 * @category Zend |
29 * @category Zend |
30 * @package Zend_Service |
30 * @package Zend_Service |
31 * @subpackage DeveloperGarden |
31 * @subpackage DeveloperGarden |
32 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
32 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
33 * @author Marco Kaiser |
33 * @author Marco Kaiser |
34 * @license http://framework.zend.com/license/new-bsd New BSD License |
34 * @license http://framework.zend.com/license/new-bsd New BSD License |
35 */ |
35 */ |
36 class Zend_Service_DeveloperGarden_Request_ConferenceCall_GetConferenceTemplateListRequest |
36 class Zend_Service_DeveloperGarden_Request_ConferenceCall_GetConferenceTemplateListRequest |
37 extends Zend_Service_DeveloperGarden_Request_RequestAbstract |
37 extends Zend_Service_DeveloperGarden_Request_RequestAbstract |
56 } |
56 } |
57 |
57 |
58 /** |
58 /** |
59 * sets $ownerId |
59 * sets $ownerId |
60 * |
60 * |
61 * @param $ownerId |
61 * @param int $ownerId |
62 * @return Zend_Service_DeveloperGarden_Request_ConferenceCall_GetConferenceTemplateListRequest |
62 * @return Zend_Service_DeveloperGarden_Request_ConferenceCall_GetConferenceTemplateListRequest |
63 */ |
63 */ |
64 public function setOwnerId($ownerId) |
64 public function setOwnerId($ownerId) |
65 { |
65 { |
66 $this->ownerId = $ownerId; |
66 $this->ownerId = $ownerId; |