86 $method =
'set' . ucfirst($key);
87 if (method_exists($this,
$method)) {
102 $this->_name = (string)
$name;
124 if (is_array($callback)) {
125 #require_once 'Zend/Server/Method/Callback.php'; 128 #require_once 'Zend/Server/Exception.php'; 131 $this->_callback = $callback;
153 if (is_array($prototype)) {
154 #require_once 'Zend/Server/Method/Prototype.php'; 157 #require_once 'Zend/Server/Exception.php'; 160 $this->_prototypes[] = $prototype;
172 foreach ($prototypes as $prototype) {
186 $this->_prototypes = array();
209 $this->_methodHelp = (string) $methodHelp;
231 if (!is_object($object) && (
null !== $object)) {
232 #require_once 'Zend/Server/Exception.php'; 235 $this->_object = $object;
257 $this->_invokeArguments = $invokeArguments;
279 $signatures = array();
280 foreach ($prototypes as $prototype) {
281 $signatures[] = $prototype->toArray();
287 'prototypes' => $signatures,
elseif(isset( $params[ 'redirect_parent']))
addPrototypes(array $prototypes)
setInvokeArguments(array $invokeArguments)
setOptions(array $options)
setMethodHelp($methodHelp)
__construct($options=null)
setPrototypes(array $prototypes)
if(!isset($_GET['name'])) $name