DateComparator

class DateComparator extends Comparator DateCompare compiles date comparisons. Methods string getTarget() Gets the target value. from Comparator setTarget(string $target) Sets the target value. from Comparator string getOperator() Gets the comparison operator. from Comparator setOperator(string $operator) Sets the comparison operator. from Comparator bool test(mixed $test) Tests against the target. from Comparator __construct(string $test) Constructor. Details

Form::getMethod()

string getMethod() Gets the form method. If no method is defined in the form, GET is returned. Return Value string The method

ImmutableEventDispatcher::getListeners()

array getListeners(string $eventName = null) Gets the listeners of a specific event or all listeners sorted by descending priority. Parameters string $eventName The name of the event Return Value array The event listeners for the specified event, or all event listeners by event name

Process::isPtySupported()

static bool isPtySupported() Returns whether PTY is supported on the current operating system. Return Value bool

ContainerBuilder::addResource()

ContainerBuilder addResource(ResourceInterface $resource) Adds a resource for this configuration. Parameters ResourceInterface $resource A resource instance Return Value ContainerBuilder The current instance

ContainerBuilder::getDefinition()

Definition getDefinition(string $id) Gets a service definition. Parameters string $id The service identifier Return Value Definition A Definition instance Exceptions ServiceNotFoundException if the service definition does not exist

AdapterInterface deprecated::setExclude()

AdapterInterface setExclude(array $exclude) Parameters array $exclude Return Value AdapterInterface Current instance

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

Request::setLocale()

setLocale(string $locale) Sets the locale. Parameters string $locale

TokenizerEscaping::escapeUnicodeAndNewLine()

string escapeUnicodeAndNewLine(string $value) Parameters string $value Return Value string