StopwatchTokenParser::parse()

parse(Twig_Token $token) Parameters Twig_Token $token

PercentType

class PercentType extends AbstractType Methods buildForm(FormBuilderInterface $builder, array $options) Builds the form. 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 the template block

NumberFormatter::parseCurrency()

bool|string parseCurrency(string $value, string $currency, int $position = null) Not supported. Parse a currency number. Parameters string $value The value to parse string $currency Parameter to receive the currency name (reference) int $position Offset to begin the parsing on return this value will hold the offset at which the parsing ended Return Value bool|string The parsed numeric value of false on error Exceptions MethodNotImplementedException See also http://www.php.net/

Component\DependencyInjection\ParameterBag

Classes FrozenParameterBag Holds read-only parameters. ParameterBag Holds parameters. Interfaces ParameterBagInterface ParameterBagInterface.

InMemoryTokenProvider::updateToken()

updateToken(string $series, string $tokenValue, DateTime $lastUsed) Updates the token according to this data. Parameters string $series string $tokenValue DateTime $lastUsed Exceptions TokenNotFoundException if the token is not found

CollectionToArrayTransformer

class CollectionToArrayTransformer implements DataTransformerInterface Methods mixed transform(Collection $collection) Transforms a collection into an array. mixed reverseTransform(mixed $array) Transforms choice keys into entities. Details mixed transform(Collection $collection) Transforms a collection into an array. Parameters Collection $collection A collection of entities Return Value mixed The value in the transformed representation E

ChoiceList deprecated::getIndicesForValues()

array getIndicesForValues(array $values) deprecated deprecated since version 2.4, to be removed in 3.0. Returns the indices corresponding to the given values. The indices must be positive integers or strings accepted by {@link \Symfony\Component\Form\FormConfigBuilder::validateName()}. The index "placeholder" is internally reserved. The indices must be returned with the same keys and in the same order as the corresponding values in the given array. Parameters array $values A

FormFactoryBuilder::addTypeGuesser()

FormFactoryBuilderInterface addTypeGuesser(FormTypeGuesserInterface $typeGuesser) Adds a type guesser to the factory. Parameters FormTypeGuesserInterface $typeGuesser The type guesser. Return Value FormFactoryBuilderInterface The builder.

Route::addRequirements()

Route addRequirements(array $requirements) Adds requirements. This method implements a fluent interface. Parameters array $requirements The requirements Return Value Route The current Route instance

Entry::isAuditSuccess()

bool isAuditSuccess() Whether auditing for successful denies is turned on Return Value bool