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}

MimeTypeGuesser

class MimeTypeGuesser implements MimeTypeGuesserInterface A singleton mime type guesser. By default, all mime type guessers provided by the framework are installed (if available on the current OS/PHP setup). You can register custom guessers by calling the register() method on the singleton instance. Custom guessers are always called before any default ones. $guesser = MimeTypeGuesser::getInstance(); $guesser->register(new MyCustomMimeTypeGuesser()); If you want to change the order of the

SessionStorageInterface::getName()

mixed getName() Returns the session name. Return Value mixed The session name

RouteCollectionBuilder::import()

RouteCollectionBuilder import(mixed $resource, string|null $prefix = '/', string $type = null) Import an external routing resource and returns the RouteCollectionBuilder. $routes->import('blog.yml', '/blog'); Parameters mixed $resource string|null $prefix string $type Return Value RouteCollectionBuilder Exceptions FileLoaderLoadException

ArrayAccessibleResourceBundle::offsetSet()

offsetSet($offset, $value) Parameters $offset $value