Profile
class Profile
Profile.
Methods
__construct(string $token)
No description
setToken(string $token)
Sets the token.
string
getToken()
Gets the token.
string|null
getParentToken()
Returns the parent token.
string
getIp()
Returns the IP.
setIp(string $ip)
Sets the IP.
string
getMethod()
Returns the request method.
setMethod($method)
No description
string
getUrl()
Returns the URL.
setUrl($url)
No description
int
getTime()
Returns the time.
setTime(int $time)
No description
setStatusCode(int $statusCode)
No description
int
getStatusCode()
No description
Profile[]
getChildren()
Finds children profilers.
setChildren(array $children)
Sets children profiler.
Profile|null
getChildByToken(string $token)
No description
getCollector(string $name)
Gets a Collector by name.
getCollectors()
Gets the Collectors associated with this profile.
setCollectors(array $collectors)
Sets the Collectors associated with this profile.
bool
hasCollector(string $name)
Returns true if a Collector for the given name exists.
__sleep()
No description