IntlTestHelper

class IntlTestHelper Helper class for preparing test cases that rely on the Intl component. Any test that tests functionality relying on either the intl classes or the resource bundle data should call either of the methods {@link requireIntl()} or {@link requireFullIntl()}. Calling {@link requireFullIntl()} is only necessary if you use functionality in the test that is not provided by the stub intl implementation. Methods static requireIntl(PHPUnit_Framework_TestCase $testCase) Should be

FormDataCollectorInterface::collectDefaultData()

collectDefaultData(FormInterface $form) Stores the default data of the given form and its children. Parameters FormInterface $form A root form

AbstractDoctrineExtension

class AbstractDoctrineExtension extends Extension This abstract classes groups common code that Doctrine Object Manager extensions (ORM, MongoDB, CouchDB) need. Methods string getXsdValidationBasePath() Returns the base path for the XSD files. from Extension string getNamespace() Returns the namespace to be used for this extension (XML namespace). from Extension string getAlias() Returns the recommended alias to use in XML. from Extension ConfigurationInterface|null getConfig

ArrayAdapter

class ArrayAdapter implements AdapterInterface, LoggerAwareInterface Traits LoggerAwareTrait Methods __construct(int $defaultLifetime, bool $storeSerialized = true) getItem($key) {@inheritdoc} getItems(array $keys = array()) {@inheritdoc} hasItem($key) {@inheritdoc} clear() {@inheritdoc} deleteItem($key) {@inheritdoc} deleteItems(array $keys) {@inheritdoc} save(CacheItemInterface $item) {@inheritdoc} saveDeferred(CacheItemInterface $item) {@in

ChainAdapter

class ChainAdapter implements AdapterInterface Chains several adapters together. Cached items are fetched from the first adapter having them in its data store. They are saved and deleted in all adapters at once. Methods __construct(array $adapters, int $maxLifetime) getItem($key) {@inheritdoc} getItems(array $keys = array()) {@inheritdoc} hasItem($key) {@inheritdoc} clear() {@inheritdoc} deleteItem($key) {@inheritdoc} deleteItems(array $keys) {@inheritdoc}

ApcuAdapter

class ApcuAdapter extends AbstractAdapter Traits LoggerAwareTrait Methods static createSystemCache($namespace, $defaultLifetime, $version, $directory, LoggerInterface $logger = null) from AbstractAdapter getItem($key) {@inheritdoc} from AbstractAdapter getItems(array $keys = array()) {@inheritdoc} from AbstractAdapter hasItem($key) {@inheritdoc} from AbstractAdapter clear() {@inheritdoc} from AbstractAdapter deleteItem($key) {@inheritdoc} from AbstractAdapter

ButtonBuilder::has()

bool has(string $name) Unsupported method. Parameters string $name Return Value bool

Compiler::compile()

compile(ContainerBuilder $container) Run the Compiler and process all Passes. Parameters ContainerBuilder $container

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

WindowsPipes::readAndWrite()

string[] readAndWrite(bool $blocking, bool $close = false) Reads data in file handles and pipes. Parameters bool $blocking Whether to use blocking calls or not bool $close Whether to close pipes if they've reached EOF Return Value string[] An array of read data indexed by their fd