Overview Package Tree | HessianPHP |
FRAMES NO FRAMES | |
SUMMARY: FIELD METHOD | DETAIL: FIELD METHOD |
HessianPHP.Filters.FilterContainer
|
+--HessianPHP.HessianConfig
class HessianConfig
extends FilterContainer
Global library consiguration class.
It holds objects shared by all client instances and by the protocl handler classes. It can be instanced but it's main use it through the singleton globalConfig() function
Field Summary |
---|
public var | $typeMap |
public var | $dateProvider |
public var | $errorLog |
public var | $remoteMethods |
Fields inherited from HessianPHP.Filters.FilterContainer | |
---|---|
$filters |
Method Summary |
---|
public void | HessianConfig |
public void | remoteMethodUrl |
protected static HessianConfig | globalConfig Returns the singleton instance of the class and sets default configuration. |
Methods inherited from HessianPHP.Filters.FilterContainer | |
---|---|
addFilter, removeFilter |
Field Detail |
---|
public var $typeMap
public var $dateProvider
public var $errorLog
public var $remoteMethods = array()
Method Detail |
---|
public void HessianConfig()
public void remoteMethodUrl(var $url, var $name)
$url
$name
protected static HessianConfig globalConfig()
Returns the singleton instance of the class and sets default configuration.
Overview Package Tree | HessianPHP |
FRAMES NO FRAMES | |
SUMMARY: FIELD METHOD | DETAIL: FIELD METHOD |