import v2.0.0.0_RC3 | 2012-07-01
https://github.com/lucanos/CommunityID -> http://www.itadmins.net/archives/357
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
* @subpackage Method
|
||||
* @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
* @version $Id: Parameter.php 16971 2009-07-22 18:05:45Z mikaelkael $
|
||||
* @version $Id: Parameter.php 18951 2009-11-12 16:26:19Z alexander $
|
||||
*/
|
||||
|
||||
/**
|
||||
@ -58,8 +58,8 @@ class Zend_Server_Method_Parameter
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
*
|
||||
* @param null|array $options
|
||||
*
|
||||
* @param null|array $options
|
||||
* @return void
|
||||
*/
|
||||
public function __construct($options = null)
|
||||
@ -71,8 +71,8 @@ class Zend_Server_Method_Parameter
|
||||
|
||||
/**
|
||||
* Set object state from array of options
|
||||
*
|
||||
* @param array $options
|
||||
*
|
||||
* @param array $options
|
||||
* @return Zend_Server_Method_Parameter
|
||||
*/
|
||||
public function setOptions(array $options)
|
||||
@ -154,8 +154,8 @@ class Zend_Server_Method_Parameter
|
||||
|
||||
/**
|
||||
* Set optional flag
|
||||
*
|
||||
* @param bool $flag
|
||||
*
|
||||
* @param bool $flag
|
||||
* @return Zend_Server_Method_Parameter
|
||||
*/
|
||||
public function setOptional($flag)
|
||||
@ -166,7 +166,7 @@ class Zend_Server_Method_Parameter
|
||||
|
||||
/**
|
||||
* Is the parameter optional?
|
||||
*
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function isOptional()
|
||||
@ -176,8 +176,8 @@ class Zend_Server_Method_Parameter
|
||||
|
||||
/**
|
||||
* Set parameter type
|
||||
*
|
||||
* @param string $type
|
||||
*
|
||||
* @param string $type
|
||||
* @return Zend_Server_Method_Parameter
|
||||
*/
|
||||
public function setType($type)
|
||||
@ -188,7 +188,7 @@ class Zend_Server_Method_Parameter
|
||||
|
||||
/**
|
||||
* Retrieve parameter type
|
||||
*
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getType()
|
||||
@ -198,7 +198,7 @@ class Zend_Server_Method_Parameter
|
||||
|
||||
/**
|
||||
* Cast to array
|
||||
*
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function toArray()
|
||||
|
Reference in New Issue
Block a user