ServerParams::getContentLength()

mixed getContentLength() Returns the content length of the request. Return Value mixed The request content length

TimeDataCollector::getDuration()

float getDuration() Gets the request elapsed time. Return Value float The elapsed time

GetResponseEvent::hasResponse()

bool hasResponse() Returns whether a response was set. Return Value bool Whether a response was set

FormFactoryBuilder::addTypeExtension()

FormFactoryBuilderInterface addTypeExtension(FormTypeExtensionInterface $typeExtension) Adds a form type extension to the factory. Parameters FormTypeExtensionInterface $typeExtension The form type extension. Return Value FormFactoryBuilderInterface The builder.

Profile

class Profile Profile. Methods __construct(string $token) Constructor. setToken(string $token) Sets the token. string getToken() Gets the token. setParent(Profile $parent) Sets the parent token. Profile getParent() Returns the parent profile. null|string getParentToken() Returns the parent token. string getIp() Returns the IP. setIp(string $ip) Sets the IP. string getMethod() Returns the request method. setMethod($method) string getUrl()

StopwatchEvent::getDuration()

int getDuration() Gets the duration of the events (including all periods). Return Value int The duration (in milliseconds)

Entry::isAuditFailure()

bool isAuditFailure() Whether auditing for successful grants is turned on Return Value bool

ProgressBar::getProgressCharacter()

string getProgressCharacter() Gets the progress bar character. Return Value string A character

RememberMeToken::getProviderKey()

string getProviderKey() Returns the provider secret. Return Value string The provider secret

InheritDataAwareIterator::hasChildren()

hasChildren() {@inheritdoc}