PipesInterface::close()

close() Closes file handles and pipes.

FileExistenceResource::unserialize()

unserialize($serialized) {@inheritdoc} Parameters $serialized

ApcCache deprecated

class ApcCache implements CacheInterface deprecated since version 2.5, to be removed in 3.0. Use DoctrineCache with \Doctrine\Common\Cache\ApcCache instead. Methods __construct($prefix) has(string $class) Returns whether metadata for the given class exists in the cache. ClassMetadata|false read(string $class) Returns the metadata for the given class from the cache. write(ClassMetadata $metadata) Stores a class metadata in the cache. Details

Shell deprecated

class Shell deprecated since version 2.8, to be removed in 3.0. A Shell wraps an Application to add shell capabilities to it. Support for history and completion only works with a PHP compiled with readline support (either --with-readline or --with-libedit) Methods __construct(Application $application) Constructor. run() Runs the shell. getProcessIsolation() setProcessIsolation($processIsolation) Details __construct(Application $applic

RequestContext::getParameters()

array getParameters() Returns the parameters. Return Value array The parameters

RouteCollection::addPrefix()

addPrefix(string $prefix, array $defaults = array(), array $requirements = array()) Adds a prefix to the path of all child routes. Parameters string $prefix An optional prefix to add before each pattern of the route collection array $defaults An array of default values array $requirements An array of requirements

RuntimeException

class RuntimeException extends RuntimeException implements ExceptionInterface Base RuntimeException for Dependency Injection component.

Request::getBaseUrl()

string getBaseUrl() Returns the root URL from which this request is executed. The base URL never ends with a /. This is similar to getBasePath(), except that it also includes the script filename (e.g. index.php) if one exists. Return Value string The raw URL (i.e. not urldecoded)

WebProfilerExtension::getName()

getName() {@inheritdoc}

MessageCatalogueInterface::add()

add(array $messages, string $domain = 'messages') Adds translations for a given domain. Parameters array $messages An array of translations string $domain The domain name