[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 275 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Profile:: (23 methods):
__construct()
setToken()
getToken()
setParent()
getParent()
getParentToken()
getIp()
setIp()
getMethod()
setMethod()
getUrl()
setUrl()
getTime()
setTime()
getChildren()
setChildren()
addChild()
getCollector()
getCollectors()
setCollectors()
addCollector()
hasCollector()
__sleep()
__construct($token) X-Ref |
Constructor. param: string $token The token |
setToken($token) X-Ref |
Sets the token. param: string $token The token |
getToken() X-Ref |
Gets the token. return: string The token |
setParent(Profile $parent) X-Ref |
Sets the parent token. param: Profile $parent The parent Profile |
getParent() X-Ref |
Returns the parent profile. return: Profile The parent profile |
getParentToken() X-Ref |
Returns the parent token. return: null|string The parent token |
getIp() X-Ref |
Returns the IP. return: string The IP |
setIp($ip) X-Ref |
Sets the IP. param: string $ip |
getMethod() X-Ref |
Returns the request method. return: string The request method |
setMethod($method) X-Ref |
No description |
getUrl() X-Ref |
Returns the URL. return: string The URL |
setUrl($url) X-Ref |
No description |
getTime() X-Ref |
Returns the time. return: string The time |
setTime($time) X-Ref |
No description |
getChildren() X-Ref |
Finds children profilers. return: Profile[] An array of Profile |
setChildren(array $children) X-Ref |
Sets children profiler. param: Profile[] $children An array of Profile |
addChild(Profile $child) X-Ref |
Adds the child token. param: Profile $child The child Profile |
getCollector($name) X-Ref |
Gets a Collector by name. param: string $name A collector name return: DataCollectorInterface A DataCollectorInterface instance |
getCollectors() X-Ref |
Gets the Collectors associated with this profile. return: DataCollectorInterface[] |
setCollectors(array $collectors) X-Ref |
Sets the Collectors associated with this profile. param: DataCollectorInterface[] $collectors |
addCollector(DataCollectorInterface $collector) X-Ref |
Adds a Collector. param: DataCollectorInterface $collector A DataCollectorInterface instance |
hasCollector($name) X-Ref |
Returns true if a Collector for the given name exists. param: string $name A collector name return: bool |
__sleep() X-Ref |
No description |
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |