PropelLogger::getQueries()

array getQueries() Returns queries. Return Value array Queries

ResourceBundleNotFoundException

class ResourceBundleNotFoundException extends RuntimeException

ProxyAdapter::hasItem()

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

Component\Form\Extension\DataCollector\Type

Classes DataCollectorTypeExtension Type extension for collecting data of a form with this type.

DayOfWeekTransformer::extractDateOptions()

array extractDateOptions(string $matched, int $length) Extract date options from a matched value returned by the processing of the reverse matching regular expression. Parameters string $matched The matched value int $length The length of the Transformer pattern string Return Value array An associative array

TwigDataCollector::getName()

string getName() Returns the name of the collector. Return Value string The collector name

TokenInterface::getRoles()

RoleInterface[] getRoles() Returns the user roles. Return Value RoleInterface[] An array of RoleInterface instances

TraceStub

class TraceStub extends Stub Represents a backtrace as returned by debug_backtrace() or Exception->getTrace(). Constants TYPE_REF TYPE_STRING TYPE_ARRAY TYPE_OBJECT TYPE_RESOURCE STRING_BINARY STRING_UTF8 ARRAY_ASSOC ARRAY_INDEXED Properties $type from Stub $class from Stub $value from Stub $cut from Stub $handle from Stub $refCount from Stub $position from Stub $keepArgs $sliceOffset $sliceLength $numberingOffset

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

NodeDefinition::cannotBeEmpty()

NodeDefinition|$this cannotBeEmpty() Denies the node value being empty. Return Value NodeDefinition|$this