AbstractCloner::cloneVar()

Data cloneVar(mixed $var, int $filter) Clones a PHP variable. Parameters mixed $var Any PHP variable int $filter A bit field of Caster::EXCLUDE_* constants Return Value Data The cloned variable represented by a Data object

TimeZoneTransformer::getReverseMatchingRegExp()

string getReverseMatchingRegExp(int $length) Returns a reverse matching regular expression of a string generated by format(). Parameters int $length The length of the value to be reverse matched Return Value string The reverse matching regular expression

Profile::setParent()

setParent(Profile $parent) Sets the parent token. Parameters Profile $parent The parent Profile

SecondTransformer::format()

string format(DateTime $dateTime, int $length) Format a value using a configured DateTime as date/time source. Parameters DateTime $dateTime A DateTime object to be used to generate the formatted value int $length The formatted value string length Return Value string The formatted value

Client::request()

Crawler request(string $method, string $uri, array $parameters = array(), array $files = array(), array $server = array(), string $content = null, bool $changeHistory = true) Calls a URI. Parameters string $method The request method string $uri The URI to fetch array $parameters The Request parameters array $files The files array $server The server parameters (HTTP headers are referenced with a HTTP_ prefix as PHP does) string $content The raw body data bool $changeHistory Whe

AmqpCaster::castConnection()

static castConnection(AMQPConnection $c, array $a, Stub $stub, $isNested) Parameters AMQPConnection $c array $a Stub $stub $isNested

ContextualValidatorInterface::atPath()

ContextualValidatorInterface atPath(string $path) Appends the given path to the property path of the context. If called multiple times, the path will always be reset to the context's original path with the given path appended to it. Parameters string $path The path to append Return Value ContextualValidatorInterface This validator

ExtensionInterface::getAlias()

string getAlias() Returns the recommended alias to use in XML. This alias is also the mandatory prefix to use when using YAML. Return Value string The alias

AmqpCaster

class AmqpCaster Casts Amqp related classes to array representation. Methods static castConnection(AMQPConnection $c, array $a, Stub $stub, $isNested) static castChannel(AMQPChannel $c, array $a, Stub $stub, $isNested) static castQueue(AMQPQueue $c, array $a, Stub $stub, $isNested) static castExchange(AMQPExchange $c, array $a, Stub $stub, $isNested) static castEnvelope(AMQPEnvelope $c, array $a, Stub $stub, $isNested, $filter) Details static

CacheItem::expiresAfter()

expiresAfter($time) {@inheritdoc} Parameters $time