Token::isHash()

bool isHash() Return Value bool

Token::getPosition()

int getPosition() Return Value int

Token::getType()

int getType() Return Value int

Token::getValue()

string getValue() Return Value string

TimezoneType::getBlockPrefix()

string getBlockPrefix() Returns the prefix of the template block name for this type. The block prefix defaults to the underscored short class name with the "Type" suffix removed (e.g. "UserProfileType" => "user_profile"). Return Value string The prefix of the template block name

TimezoneType::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

Token

class Token CSS selector token. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Constants TYPE_FILE_END TYPE_DELIMITER TYPE_WHITESPACE TYPE_IDENTIFIER TYPE_HASH TYPE_NUMBER TYPE_STRING Methods __construct(int $type, string $value, int $position) int getType() string getValue() int getPosition() bool isFileEnd() bool isDelimiter(array $values =

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

TimezoneType::configureOptions()

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

TimeZoneTransformer::getReverseMatchingRegExp()

string getReverseMatchingRegExp(int $length) Returns a reverse matching regular expression of a string generated by format(). Parameters int $length The length of the value to be reverse matched Return Value string The reverse matching regular expression