[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
Copyright: | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
License: | http://framework.zend.com/license/new-bsd New BSD License |
Version: | $Id$ |
File Size: | 267 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Zend_Server_Definition:: (17 methods):
__construct()
setOverwriteExistingMethods()
addMethod()
addMethods()
setMethods()
hasMethod()
getMethod()
getMethods()
removeMethod()
clearMethods()
toArray()
count()
current()
key()
next()
rewind()
valid()
Class: Zend_Server_Definition - X-Ref
Server methods metadata__construct($methods = null) X-Ref |
Constructor param: null|array $methods return: void |
setOverwriteExistingMethods($flag) X-Ref |
Set flag indicating whether or not overwriting existing methods is allowed param: mixed $flag return: void |
addMethod($method, $name = null) X-Ref |
Add method to definition param: array|Zend_Server_Method_Definition $method param: null|string $name return: Zend_Server_Definition |
addMethods(array $methods) X-Ref |
Add multiple methods param: array $methods Array of Zend_Server_Method_Definition objects or arrays return: Zend_Server_Definition |
setMethods(array $methods) X-Ref |
Set all methods at once (overwrite) param: array $methods Array of Zend_Server_Method_Definition objects or arrays return: Zend_Server_Definition |
hasMethod($method) X-Ref |
Does the definition have the given method? param: string $method return: bool |
getMethod($method) X-Ref |
Get a given method definition param: string $method return: null|Zend_Server_Method_Definition |
getMethods() X-Ref |
Get all method definitions return: array Array of Zend_Server_Method_Definition objects |
removeMethod($method) X-Ref |
Remove a method definition param: string $method return: Zend_Server_Definition |
clearMethods() X-Ref |
Clear all method definitions return: Zend_Server_Definition |
toArray() X-Ref |
Cast definition to an array return: array |
count() X-Ref |
Countable: count of methods return: int |
current() X-Ref |
Iterator: current item return: mixed |
key() X-Ref |
Iterator: current item key return: int|string |
next() X-Ref |
Iterator: advance to next method return: void |
rewind() X-Ref |
Iterator: return to first method return: void |
valid() X-Ref |
Iterator: is the current index valid? return: bool |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |