| [ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 290 lines (5 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Profile:: (25 methods):
__construct()
setToken()
getToken()
setParent()
getParent()
getParentToken()
getIp()
setIp()
getMethod()
setMethod()
getUrl()
setUrl()
getTime()
setTime()
setStatusCode()
getStatusCode()
getChildren()
setChildren()
addChild()
getCollector()
getCollectors()
setCollectors()
addCollector()
hasCollector()
__sleep()
| __construct($token) X-Ref |
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(self $parent) X-Ref |
| Sets the parent token. |
| getParent() X-Ref |
| Returns the parent profile. return: self |
| getParentToken() X-Ref |
| Returns the parent token. return: string|null The parent token |
| getIp() X-Ref |
| Returns the IP. return: string|null The IP |
| setIp($ip) X-Ref |
| Sets the IP. param: string $ip |
| getMethod() X-Ref |
| Returns the request method. return: string|null The request method |
| setMethod($method) X-Ref |
| No description |
| getUrl() X-Ref |
| Returns the URL. return: string|null The URL |
| setUrl($url) X-Ref |
param: string $url |
| getTime() X-Ref |
| Returns the time. return: int The time |
| setTime($time) X-Ref |
param: int $time The time |
| setStatusCode($statusCode) X-Ref |
param: int $statusCode |
| getStatusCode() X-Ref |
return: int|null |
| getChildren() X-Ref |
| Finds children profilers. return: self[] |
| setChildren(array $children) X-Ref |
| Sets children profiler. param: Profile[] $children |
| addChild(self $child) X-Ref |
| Adds the child token. |
| 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. |
| 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: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |