SymfonyTestsListener::startTest()

startTest(PHPUnit_Framework_Test $test) Parameters PHPUnit_Framework_Test $test

AnonymousAuthenticationProvider::supports()

bool supports(TokenInterface $token) Checks whether this provider supports the given token. Parameters TokenInterface $token A TokenInterface instance Return Value bool true if the implementation supports the Token, false otherwise

Router::warmUp()

warmUp(string $cacheDir) Warms up the cache. Parameters string $cacheDir The cache directory

AppVariable::setRequestStack()

setRequestStack(RequestStack $requestStack) Parameters RequestStack $requestStack

NotEqualTo

class NotEqualTo extends AbstractComparison Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. IS_EQUAL_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint $message $value fr

ExecutableFinder::find()

string find(string $name, string $default = null, array $extraDirs = array()) Finds an executable by name. Parameters string $name The executable name (without the extension) string $default The default to return if no executable is found array $extraDirs Additional dirs to check into Return Value string The executable path or default value

PropertyInfoCacheExtractor::getProperties()

string[]|null getProperties(string $class, array $context = array()) Gets the list of properties available for the given class. Parameters string $class array $context Return Value string[]|null

MissingOptionsException

class MissingOptionsException extends InvalidArgumentException Exception thrown when a required option is missing. Add the option to the passed options array.

Bridge\Propel1\Security

Namespaces Symfony\Bridge\Propel1\Security\User

Section::stopEvent()

StopwatchEvent stopEvent(string $name) Stops an event. Parameters string $name The event name Return Value StopwatchEvent The event Exceptions LogicException When the event has not been started