ApplicationDescription

class ApplicationDescription Constants GLOBAL_NAMESPACE Methods __construct(Application $application, string|null $namespace = null) Constructor. array getNamespaces() Command[] getCommands() Command getCommand(string $name) Details __construct(Application $application, string|null $namespace = null) Constructor. Parameters Application $application string|null $namespace array getNamespac

InternalErrorException

class InternalErrorException extends ParseException ParseException is thrown when a CSS selector syntax is not valid. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect.

Command::setDefinition()

Command setDefinition(array|InputDefinition $definition) Sets an array of argument and option instances. Parameters array|InputDefinition $definition An array of argument and option instances or a definition instance Return Value Command The current instance

Regex::append()

ValueInterface append(string $expr) Parameters string $expr Return Value ValueInterface

Client::isFollowingRedirects()

bool isFollowingRedirects() Returns whether client automatically follows redirects or not. Return Value bool

ScriptDataProvider

class ScriptDataProvider Data provider for script-related ICU data. Methods __construct(string $path, BundleEntryReaderInterface $reader) Creates a data provider that reads locale-related data from .res files. getScripts() getName($script, $displayLocale = null) getNames($displayLocale = null) Details __construct(string $path, BundleEntryReaderInterface $reader) Creates a data provider that reads locale-related data from .res

ExprBuilder::ifTrue()

ExprBuilder ifTrue(Closure $closure = null) Sets a closure to use as tests. The default one tests if the value is true. Parameters Closure $closure Return Value ExprBuilder

ConfigCacheFactory

class ConfigCacheFactory implements ConfigCacheFactoryInterface Basic implementation of ConfigCacheFactoryInterface that creates an instance of the default ConfigCache. This factory and/or cache do not support cache validation by means of ResourceChecker instances (that is, service-based). Methods __construct(bool $debug) ConfigCacheInterface cache(string $file, $callback) Creates a cache instance and (re-)initializes it if necessary. Details __cons

ArrayAccessibleResourceBundle::getErrorMessage()

getErrorMessage()

ProgressBar::setOverwrite()

setOverwrite(bool $overwrite) Sets whether to overwrite the progressbar, false for new line. Parameters bool $overwrite