DumperInterface

interface DumperInterface DumperInterface is the interface implemented by service container dumper classes. Methods string dump(array $options = array()) Dumps the service container. Details string dump(array $options = array()) Dumps the service container. Parameters array $options An array of options Return Value string The representation of the service container

Ssi::getName()

string getName() Returns surrogate name. Return Value string

RouterHelper::getName()

string getName() Returns the canonical name of this helper. Return Value string The canonical name

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

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

Profile::setParent()

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

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

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

WrappedListener::wasCalled()

wasCalled()

UnixPipes::getDescriptors()

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