ChainAdapter::hasItem()

hasItem($key) {@inheritdoc} Parameters $key

Helper::setHelperSet()

setHelperSet(HelperSet $helperSet = null) Sets the helper set associated with this helper. Parameters HelperSet $helperSet A HelperSet instance

Process::clearErrorOutput()

Process clearErrorOutput() Clears the process output. Return Value Process

AutowireServiceResource::isFresh()

bool isFresh(int $timestamp) Returns true if the resource has not been updated since the given timestamp. Parameters int $timestamp The last time the resource was loaded Return Value bool True if the resource has not been updated, false otherwise

UniqueEntity::getTargets()

string|array getTargets() Returns whether the constraint can be put onto classes, properties or both. This method should return one or more of the constants Constraint::CLASSCONSTRAINT and Constraint::PROPERTYCONSTRAINT. Return Value string|array One or more constant values

Command deprecated::execute()

array execute() Executes current command. Return Value array The command result Exceptions RuntimeException

RequestHelper::getName()

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

DateTimeType::buildForm()

buildForm(FormBuilderInterface $builder, array $options) Builds the form. This method is called for each type in the hierarchy starting from the top most type. Type extensions can further modify the form. Parameters FormBuilderInterface $builder The form builder array $options The options

NullOutput::isVerbose()

bool isVerbose() Returns whether verbosity is verbose (-v). Return Value bool true if verbosity is set to VERBOSITY_VERBOSE, false otherwise

AcceptHeader::filter()

AcceptHeader filter(string $pattern) Filters items on their value using given regex. Parameters string $pattern Return Value AcceptHeader