class AddConsoleCommandPass implements CompilerPassInterface AddConsoleCommandPass. Methods process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $container
class AddClassesToCachePass implements CompilerPassInterface Sets the classes to compile in the cache for the container. Methods __construct(Kernel $kernel) process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details __construct(Kernel $kernel) Parameters Kernel $kernel process(ContainerBuilder $container) You can modify the container here bef
class AddCacheWarmerPass implements CompilerPassInterface Registers the cache warmers. Methods process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $container
class AddCacheClearerPass implements CompilerPassInterface Registers the cache clearers. Methods process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $container
EntryManagerInterface getEntryManager() Fetches the entry manager instance. Return Value EntryManagerInterface
ConnectionInterface getConnection() Returns the current connection. Return Value ConnectionInterface
string escape(string $subject, string $ignore = '', int $flags) Escape a string for use in an LDAP filter or DN. Parameters string $subject string $ignore int $flags Return Value string
QueryInterface createQuery(string $dn, string $query, array $options = array()) Creates a new Query. Parameters string $dn string $query array $options Return Value QueryInterface
AdapterInterface setSort(Closure|int $sort) Parameters Closure|int $sort Return Value AdapterInterface Current instance
AdapterInterface setSizes(array $sizes) Parameters array $sizes Return Value AdapterInterface Current instance
Page 758 of 787