| [ Index ] | PHP Cross Reference of phpBB-3.2.11-deutsch | 
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 287 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(Profile $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 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: int The time | 
| setTime($time) X-Ref | 
| param: int $time The time | 
| setStatusCode($statusCode) X-Ref | 
| param: int $statusCode | 
| getStatusCode() X-Ref | 
| return: int | 
| getChildren() X-Ref | 
| Finds children profilers. return: self[] | 
| setChildren(array $children) X-Ref | 
| Sets children profiler. param: Profile[] $children | 
| addChild(Profile $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: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |