CliDumper::leaveHash()

leaveHash(Cursor $cursor, int $type, string $class, bool $hasChild, int $cut) Dumps while leaving an hash. Parameters Cursor $cursor The Cursor position in the dump int $type A Cursor::HASH_* const for the type of hash string $class The object class, resource type or array count bool $hasChild When the dump of the hash has child item int $cut The number of items the hash has been cut by

SymfonyStyle::warning()

warning(string|array $message) Formats an warning result bar. Parameters string|array $message

Input::setInteractive()

setInteractive(bool $interactive) Sets the input interactivity. Parameters bool $interactive If the input should be interactive

StopwatchPeriod::getDuration()

int getDuration() Gets the time spent in this period. Return Value int The period duration (in milliseconds)

TwigRendererEngine

class TwigRendererEngine extends AbstractRendererEngine implements TwigRendererEngineInterface Constants CACHE_KEY_VAR The variable in {@link FormView} used as cache key. Methods __construct(array $defaultThemes = array()) Creates a new renderer engine. from AbstractRendererEngine setTheme(FormView $view, mixed $themes) Sets the theme(s) to be used for rendering a view and its children. from AbstractRendererEngine mixed getResourceForBlockName(FormView $view, string $blockName

ParameterBag::has()

bool has(string $name) Returns true if a parameter name is defined. Parameters string $name The parameter name Return Value bool true if the parameter name is defined, false otherwise

Request::setTrustedProxies()

static setTrustedProxies(array $proxies) Sets a list of trusted proxies. You should only list the reverse proxies that you manage directly. Parameters array $proxies A list of trusted proxies

ConstStub

class ConstStub extends Stub Represents a PHP constant and its value. Constants TYPE_REF TYPE_STRING TYPE_ARRAY TYPE_OBJECT TYPE_RESOURCE STRING_BINARY STRING_UTF8 ARRAY_ASSOC ARRAY_INDEXED Properties $type from Stub $class from Stub $value from Stub $cut from Stub $handle from Stub $refCount from Stub $position from Stub Methods __construct($name, $value) Details __construct($name, $value)

CliDumper::dumpScalar()

dumpScalar(Cursor $cursor, string $type, scalar $value) Dumps a scalar value. Parameters Cursor $cursor The Cursor position in the dump string $type The PHP type of the value being dumped scalar $value The scalar value being dumped

FileResource::isFresh()

bool isFresh(int $timestamp) Returns true if the resource has not been updated since the given timestamp. Parameters int $timestamp The last time the resource was loaded Return Value bool True if the resource has not been updated, false otherwise