ExpressionFunction::getCompiler()

getCompiler()

FunctionNode::getSpecificity()

Specificity getSpecificity() Returns node's specificity. Return Value Specificity

ProcessBuilder::disableOutput()

ProcessBuilder disableOutput() Disables fetching output and error output from the underlying process. Return Value ProcessBuilder

TokenInterface

interface TokenInterface implements Serializable TokenInterface is the interface for the user authentication information. Methods string __toString() Returns a string representation of the Token. RoleInterface[] getRoles() Returns the user roles. mixed getCredentials() Returns the user credentials. mixed getUser() Returns a user representation. setUser(mixed $user) Sets a user. string getUsername() Returns the username. bool isAuthenticated() Returns whether

Route::hasOption()

bool hasOption(string $name) Checks if an option has been set. Parameters string $name An option name Return Value bool true if the option is set, false otherwise

FormView::setRendered()

FormView setRendered() Marks the view as rendered. Return Value FormView The view object

CompiledRoute::getRegex()

string getRegex() Returns the regex. Return Value string The regex

EventDispatcherInterface::removeSubscriber()

removeSubscriber(EventSubscriberInterface $subscriber) Removes an event subscriber. Parameters EventSubscriberInterface $subscriber The subscriber

Response::getExpires()

DateTime|null getExpires() Returns the value of the Expires header as a DateTime instance. Return Value DateTime|null A DateTime instance or null if the header does not exist

DummyException deprecated

class DummyException extends ErrorException deprecated since version 2.5, to be removed in 3.0.