Application::extractNamespace()

string extractNamespace(string $name, string $limit = null) Returns the namespace part of the command name. This method is not part of public API and should not be used directly. Parameters string $name The full name of the command string $limit The maximum number of parts of the namespace Return Value string The namespace of the command

ButtonBuilder::getModelTransformers()

DataTransformerInterface[] getModelTransformers() Unsupported method. Return Value DataTransformerInterface[] An array of {@link DataTransformerInterface} instances

Bridge\Doctrine\Test

Classes DoctrineTestHelper Provides utility functions needed in tests.

LanguageBundleInterface::getLanguageNames()

string[] getLanguageNames(string $displayLocale = null) Returns the names of all known languages. Parameters string $displayLocale Optional. The locale to return the names in Defaults to {@link \Locale::getDefault()}. Return Value string[] A list of language names indexed by language codes

Client::enableReboot()

enableReboot() Enables kernel reboot between requests.

PrototypedArrayNode::setDefaultValue()

setDefaultValue(string $value) Sets the default value of this node. Parameters string $value Exceptions InvalidArgumentException if the default value is not an array

TraceableEventDispatcher::hasListeners()

bool hasListeners(string $eventName = null) Checks whether an event has any registered listeners. Parameters string $eventName The name of the event Return Value bool true if the specified event has any listeners, false otherwise

ParameterNotFoundException

class ParameterNotFoundException extends InvalidArgumentException This exception is thrown when a non-existent parameter is used. Methods __construct(string $key, string $sourceId = null, string $sourceKey = null, Exception $previous = null, array $alternatives = array()) updateRepr() getKey() getSourceId() getSourceKey() setSourceId($sourceId) setSourceKey($sourceKey) Details __construct(string $key, string $sourceId

Bridge\Propel1\Form\DataTransformer

Classes CollectionToArrayTransformer CollectionToArrayTransformer class.

DoctrineDataCollector::getManagers()

getManagers()