MockArraySessionStorage::registerBag()

registerBag(SessionBagInterface $bag) Registers a SessionBagInterface for use. Parameters SessionBagInterface $bag

SvnRepository

class SvnRepository A SVN repository containing ICU data. Methods static SvnRepository download(string $url, string $targetDir) Downloads the ICU data for the given version. __construct(string $path) Reads the SVN repository at the given path. string getPath() Returns the path to the repository. string getUrl() Returns the URL of the repository. SvnCommit getLastCommit() Returns the last commit of the repository. Details static SvnRepository

FileProfilerStorage::write()

bool write(Profile $profile) Saves a Profile. Parameters Profile $profile A Profile instance Return Value bool Write operation successful

ReflectionCaster::castZendExtension()

static castZendExtension(ReflectionZendExtension $c, array $a, Stub $stub, $isNested) Parameters ReflectionZendExtension $c array $a Stub $stub $isNested

DayTransformer

class DayTransformer extends Transformer Parser and formatter for day format. Methods string format(DateTime $dateTime, int $length) Format a value using a configured DateTime as date/time source. string getReverseMatchingRegExp(int $length) Returns a reverse matching regular expression of a string generated by format(). array extractDateOptions(string $matched, int $length) Extract date options from a matched value returned by the processing of the reverse matching regular exp

LocaleType::getParent()

string|null getParent() Returns the name of the parent type. Return Value string|null The name of the parent type if any, null otherwise

Glob

class Glob Glob matches globbing patterns against text. if match_glob("foo.*", "foo.bar") echo "matched\n"; // prints foo.bar and foo.baz $regex = globtoregex("foo.*"); for (array('foo.bar', 'foo.baz', 'foo', 'bar') as $t) { if (/$regex/) echo "matched: $car\n"; } Glob implements glob(3) style matching that can be used to match against text, rather than fetching names from a filesystem. Based on the Perl Text::Glob module. Methods static string toRegex(string $glob, bool $strictLeadingDo

Dumper

class Dumper implements DumperInterface Dumper is the abstract class for all built-in dumpers. Methods __construct(ContainerBuilder $container) Details __construct(ContainerBuilder $container) Parameters ContainerBuilder $container The service container to dump

RouteCollection::getIterator()

ArrayIterator|Route[] getIterator() Gets the current RouteCollection as an Iterator that includes all routes. It implements \IteratorAggregate. Return Value ArrayIterator|Route[] An \ArrayIterator object for iterating over routes See also all()

MockArraySessionStorage::start()

bool start() Starts the session. Return Value bool True if started Exceptions RuntimeException If something goes wrong starting the session.