UnixPipes::getDescriptors()

array getDescriptors() Returns an array of descriptors for the use of proc_open. Return Value array

WrappedListener::wasCalled()

wasCalled()

ReflectionCaster::castParameter()

static castParameter(ReflectionParameter $c, array $a, Stub $stub, $isNested) Parameters ReflectionParameter $c array $a Stub $stub $isNested

FullTransformer::getReverseMatchingRegExp()

string getReverseMatchingRegExp(string $pattern) Retrieve a regular expression to match with a formatted value. Parameters string $pattern The pattern to create the reverse matching regular expression Return Value string The reverse matching regular expression with named captures being formed by the transformer index in the $transformer array

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

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

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

AmqpCaster::castConnection()

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