ConfigCacheInterface::getPath()

string getPath() Gets the cache file path. Return Value string The cache file path

AdapterInterface deprecated::searchInDirectory()

Iterator searchInDirectory(string $dir) Parameters string $dir Return Value Iterator Result iterator

DescriptorHelper

class DescriptorHelper extends DescriptorHelper Methods setHelperSet(HelperSet $helperSet = null) Sets the helper set associated with this helper. from Helper HelperSet getHelperSet() Gets the helper set associated with this helper. from Helper static int strlen(string $string) Returns the length of a string, using mb_strwidth if it is available. from Helper static formatTime($secs) from Helper static formatMemory($memory) from Helper static strlenWithoutDecoration(Ou

ProfilerController::phpinfoAction()

Response phpinfoAction() Displays the PHP info. Return Value Response A Response instance Exceptions NotFoundHttpException

MoneyType::configureOptions()

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

FileBag::add()

add(array $files = array()) Adds parameters. Parameters array $files

FilterControllerEvent::setController()

setController(callable $controller) Sets a new controller. Parameters callable $controller

ConstraintViolation::getParameters()

array getParameters() Returns the parameters to be inserted into the raw violation message. Return Value array A possibly empty list of parameters indexed by the names that appear in the message template.

Response::isOk()

bool isOk() Is the response OK? Return Value bool

LazyChoiceList::getValuesForChoices()

string[] getValuesForChoices(array $choices) Returns the values corresponding to the given choices. The values are returned with the same keys and in the same order as the corresponding choices in the given array. Parameters array $choices An array of choices. Non-existing choices in this array are ignored Return Value string[] An array of choice values