PermissionGrantingStrategyInterface::isGranted()

bool isGranted(AclInterface $acl, array $masks, array $sids, bool $administrativeMode = false) Determines whether access to a domain object is to be granted Parameters AclInterface $acl array $masks array $sids bool $administrativeMode Return Value bool

Psr6Cache

class Psr6Cache implements CacheInterface PSR-6 adapter. Methods __construct(CacheItemPoolInterface $cacheItemPool) 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 __construct(CacheItemPoolInterface $cacheItemPool) Param

Route::getSchemes()

getSchemes()

Application::setName()

setName(string $name) Sets the application name. Parameters string $name The application name

PropertyAccessor

class PropertyAccessor implements PropertyAccessorInterface Default implementation of {@link PropertyAccessorInterface}. Constants VALUE REF IS_REF_CHAINED ACCESS_HAS_PROPERTY ACCESS_TYPE ACCESS_NAME ACCESS_REF ACCESS_ADDER ACCESS_REMOVER ACCESS_TYPE_METHOD ACCESS_TYPE_PROPERTY ACCESS_TYPE_MAGIC ACCESS_TYPE_ADDER_AND_REMOVER ACCESS_TYPE_NOT_FOUND Methods __construct(bool $magicCall = false, bool $throwExceptionOnInvalidIndex = fal

AjaxDataCollector

class AjaxDataCollector extends DataCollector AjaxDataCollector. Methods serialize() from DataCollector unserialize($data) from DataCollector collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. string getName() Returns the name of the collector. Details serialize() unserialize($data) Parameters $data

RequestContext::getPathInfo()

string getPathInfo() Gets the path info. Return Value string The path info

OutputFormatterStyle::apply()

string apply(string $text) Applies the style to a given text. Parameters string $text The text to style Return Value string

BooleanToStringTransformer

class BooleanToStringTransformer implements DataTransformerInterface Transforms between a Boolean and a string. Methods __construct(string $trueValue) Sets the value emitted upon transform if the input is true. mixed transform(mixed $value) Transforms a Boolean into a string. mixed reverseTransform(mixed $value) Transforms a string into a Boolean. Details __construct(string $trueValue) Sets the value emitted upon transform if the inp

AmqpCaster::castQueue()

static castQueue(AMQPQueue $c, array $a, Stub $stub, $isNested) Parameters AMQPQueue $c array $a Stub $stub $isNested