Request::getHttpHost()

string getHttpHost() Returns the HTTP host being requested. The port name will be appended to the host if it's non-standard. Return Value string

TableHelper deprecated::setPadType()

TableHelper setPadType(int $padType) Sets cell padding type. Parameters int $padType STRPAD* Return Value TableHelper

Compiler::reset()

reset()

EventDispatcherInterface::hasListeners()

bool hasListeners(string $eventName = null) Checks whether an event has any registered listeners. Parameters string $eventName The name of the event Return Value bool true if the specified event has any listeners, false otherwise

FormExtensionInterface::getTypeExtensions()

FormTypeExtensionInterface[] getTypeExtensions(string $name) Returns the extensions for the given type. Parameters string $name The name of the type Return Value FormTypeExtensionInterface[] An array of extensions as FormTypeExtensionInterface instances

FilePathsIterator deprecated

class FilePathsIterator extends ArrayIterator deprecated since 2.8, to be removed in 3.0. Iterate over shell command result. Methods __construct(array $paths, string $baseDir) mixed __call(string $name, array $arguments) SplFileInfo current() Return an instance of SplFileInfo with support for relative paths. string key() next() rewind() string getSubPath() string getSubPathname() Details __construct(array $pat

DepthRangeFilterIterator

class DepthRangeFilterIterator extends FilterIterator DepthRangeFilterIterator limits the directory depth. Methods rewind() This is a workaround for the problem with \FilterIterator leaving inner \FilesystemIterator in wrong state after rewind in some cases. from FilterIterator __construct(RecursiveIteratorIterator $iterator, int $minDepth, int $maxDepth = PHP_INT_MAX) Constructor. bool accept() Filters the iterator values. Details rewind()

ExtensionInterface

interface ExtensionInterface XPath expression translator extension interface. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods callable[] getNodeTranslators() Returns node translators. callable[] getCombinationTranslators() Returns combination translators. callable[] getFunctionTranslators() Returns function translators. callable[] getPseudoClassTranslators() Returns pseudo-class

XmlReferenceDumper::dump()

dump(ConfigurationInterface $configuration, $namespace = null) Parameters ConfigurationInterface $configuration $namespace

Client::getProfile()

Profile getProfile() Gets the profile associated with the current Response. Return Value Profile A Profile instance