Method Class
Name: Method
Description:
- * Method class complements PHPClass and is used to define a class method
Package: org.active-link.doc
Author: Zurab Davitiani
Version: 0.4.0
See: PHPClass
All Methods
Method
getInfo
setInfo
setParam
Method
( string name )
Description:
- * Constructor, runs when new object instance is created, sets name of the method
Arguments:
getInfo
( string name )
Description:
- * Returns value of a property by name
Returns: string value of a property if found, false otherwise
Arguments:
setInfo
( string name, string value )
Description:
- * Sets a property with supplied name to a supplied value
Returns: none
Arguments:
- string name, string value
setParam
( string name, string value )
Description:
- * Sets a parameter with supplied name and value
Returns: none
Arguments:
- string name, string value