PropertyInfoCacheExtractor::isWritable()

bool|null isWritable(string $class, string $property, array $context = array()) Is the property writable? Parameters string $class string $property array $context Return Value bool|null

UsernamePasswordToken::setAuthenticated()

setAuthenticated($isAuthenticated) Sets the authenticated flag. Parameters $isAuthenticated

UserPasswordEncoderCommand

class UserPasswordEncoderCommand extends ContainerAwareCommand Encode a user's password. Methods __construct(string|null $name = null) Constructor. from Command ignoreValidationErrors() Ignores validation errors. from Command setApplication(Application $application = null) Sets the application instance for this command. from Command setHelperSet(HelperSet $helperSet) Sets the helper set. from Command HelperSet getHelperSet() Gets the helper set. from Command Application

UserSecurityIdentity::getUsername()

string getUsername() Returns the username Return Value string

SlotsHelper::getName()

string getName() Returns the canonical name of this helper. Return Value string The canonical name

MatcherDumperInterface::getRoutes()

RouteCollection getRoutes() Gets the routes to dump. Return Value RouteCollection A RouteCollection instance

ButtonBuilder::setRequired()

FormConfigBuilderInterface setRequired(bool $required) Unsupported method. This method should not be invoked. Parameters bool $required Return Value FormConfigBuilderInterface The configuration object Exceptions BadMethodCallException

CountryType::getParent()

string|null getParent() Returns the name of the parent type. Return Value string|null The name of the parent type if any, null otherwise

CsrfToken::getValue()

string getValue() Returns the value of the CSRF token. Return Value string The token value

IntegerType::configureOptions()

configureOptions(OptionsResolver $resolver) Configures the options for this type. Parameters OptionsResolver $resolver The resolver for the options