MutableAclProvider

class MutableAclProvider extends AclProvider implements MutableAclProviderInterface, PropertyChangedListener An implementation of the MutableAclProviderInterface using Doctrine DBAL. Constants MAX_BATCH_SIZE Methods __construct(Connection $connection, PermissionGrantingStrategyInterface $permissionGrantingStrategy, array $options, AclCacheInterface $cache = null) Constructor. array findChildren(ObjectIdentityInterface $parentOid, bool $directChildrenOnly = false) Retrieves all

Component\Form\Extension\Csrf\Type

Classes FormTypeCsrfExtension

TokenizerEscaping::escapeUnicode()

string escapeUnicode(string $value) Parameters string $value Return Value string

Null deprecated

class Null extends IsNull deprecated since version 2.7, to be removed in 3.0. Use IsNull instead. Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. NOT_NULL_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the const

WriteCheckSessionHandler::read()

read($sessionId) {@inheritdoc} Parameters $sessionId

XPathExpr

class XPathExpr XPath expression translator interface. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods __construct(string $path = '', string $element = '*', string $condition = '', bool $starPrefix = false) string getElement() XPathExpr addCondition($condition) string getCondition() XPathExpr addNameTest() XPathExpr addStarPrefix() XPathExpr join(string $comb

SymfonyStyle

class SymfonyStyle extends OutputStyle Output decorator helpers for the Symfony Style Guide. Constants MAX_LINE_LENGTH Methods __construct(InputInterface $input, OutputInterface $output) newLine(int $count = 1) Add newline(s). ProgressBar createProgressBar(int $max) write(string|array $messages, bool $newline = false, $type = self::OUTPUT_NORMAL) Writes a message to the output. writeln(string|array $messages, $type = self::OUTPUT_NORMAL) Writes a message to th

Reader::moveToEnd()

moveToEnd()

CompilationContext::getBinaryDir()

string getBinaryDir() Returns the directory where the binary resource bundles are stored. Return Value string An absolute path to a directory.

CommandTester::getInput()

InputInterface getInput() Gets the input instance used by the last execution of the command. Return Value InputInterface The current input instance