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

ProcessBuilder::disableOutput()

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

HtmlExtension::getPseudoClassTranslators()

callable[] getPseudoClassTranslators() Returns pseudo-class translators. Return Value callable[]

AcceptHeader::has()

bool has(string $value) Tests if header has given value. Parameters string $value Return Value bool

TimezoneType

class TimezoneType extends AbstractType Methods buildForm(FormBuilderInterface $builder, array $options) Builds the form. from AbstractType buildView(FormView $view, FormInterface $form, array $options) Builds the form view. from AbstractType finishView(FormView $view, FormInterface $form, array $options) Finishes the form view. from AbstractType configureOptions(OptionsResolver $resolver) Configures the options for this type. string getBlockPrefix() Returns the prefix of

Request::getFiles()

array getFiles() Gets the request server files. Return Value array The request files

Entry::isGranting()

bool isGranting() Returns whether this ACE is granting, or denying Return Value bool

CompiledRoute::getHostTokens()

array getHostTokens() Returns the host tokens. Return Value array The tokens

XPathExpr::getElement()

string getElement() Return Value string