TwigDataCollector::collect()

collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. Parameters Request $request A Request instance Response $response A Response instance Exception $exception An Exception instance

DescriptorInterface

interface DescriptorInterface Descriptor interface. Methods describe(OutputInterface $output, object $object, array $options = array()) Describes an InputArgument instance. Details describe(OutputInterface $output, object $object, array $options = array()) Describes an InputArgument instance. Parameters OutputInterface $output object $object array $options

CurrencyDataGenerator

class CurrencyDataGenerator extends AbstractDataGenerator The rule for compiling the currency bundle. Constants UNKNOWN_CURRENCY_ID EUROPEAN_COMPOSITE_UNIT_ID EUROPEAN_MONETARY_UNIT_ID EUROPEAN_UNIT_OF_ACCOUNT_XBC_ID EUROPEAN_UNIT_OF_ACCOUNT_XBD_ID TESTING_CURRENCY_CODE_ID ADB_UNIT_OF_ACCOUNT_ID GOLD_ID SILVER_ID PLATINUM_ID PALLADIUM_ID SUCRE_ID SPECIAL_DRAWING_RIGHTS_ID Methods __construct(GenrbCompiler $compiler, $dirName) from A

AssetsExtension deprecated::getFunctions()

array getFunctions() Returns a list of functions to add to the existing list. Return Value array An array of functions

SelfCheckingResourceInterface

interface SelfCheckingResourceInterface implements ResourceInterface Interface for Resources that can check for freshness autonomously, without special support from external services. Methods string __toString() Returns a string representation of the Resource. from ResourceInterface bool isFresh(int $timestamp) Returns true if the resource has not been updated since the given timestamp. mixed getResource() deprecated Returns the tied resource. from ResourceInterface Details

ClassMetadataInterface::getPropertyMetadata()

PropertyMetadataInterface[] getPropertyMetadata(string $property) Returns all metadata instances for the given named property. If your implementation does not support properties, simply throw an exception in this method (for example a BadMethodCallException). Parameters string $property The property name Return Value PropertyMetadataInterface[] A list of metadata instances. Empty if no metadata exists for the property.

ObjectIdentity

class ObjectIdentity implements ObjectIdentityInterface ObjectIdentity implementation Methods __construct(string $identifier, string $type) Constructor. static ObjectIdentity fromDomainObject(object $domainObject) Constructs an ObjectIdentity for the given domain object string getIdentifier() Obtains a unique identifier for this object. The identifier must not be re-used for other objects with the same type. string getType() Returns a type for the domain object. Typically,

DoctrineDataCollector

class DoctrineDataCollector extends DataCollector DoctrineDataCollector. Methods serialize() from DataCollector unserialize($data) from DataCollector __construct(ManagerRegistry $registry) addLogger(string $name, DebugStack $logger) Adds the stack logger for a connection. collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. getManagers() getConnections() getQueryCount() get

ObjectInitializerInterface

interface ObjectInitializerInterface Prepares an object for validation. Concrete implementations of this interface are used by {@link ValidationVisitorInterface} to initialize objects just before validating them. Methods initialize(object $object) Initializes an object just before validation. Details initialize(object $object) Initializes an object just before validation. Parameters object $object The object to validate

DataCollector

class DataCollector implements DataCollectorInterface, Serializable DataCollector. Children of this class must store the collected data in the data property. Methods serialize() unserialize($data) Details serialize() unserialize($data) Parameters $data