TemplateCacheCacheWarmer::warmUp()

warmUp(string $cacheDir) Warms up the cache. Parameters string $cacheDir The cache directory

TargetPathTrait

trait TargetPathTrait Trait to get (and set) the URL the user last visited before being forced to authenticate.

TemplateCacheCacheWarmer

class TemplateCacheCacheWarmer implements CacheWarmerInterface Generates the Twig cache for all templates. This warmer must be registered after TemplatePathsCacheWarmer, as the Twig loader will need the cache generated by it. Methods __construct(ContainerInterface $container, TemplateFinderInterface $finder = null, array $paths = array()) Constructor. warmUp(string $cacheDir) Warms up the cache. bool isOptional() Checks whether this warmer is optional or not. Details

TargetOperation

class TargetOperation extends AbstractOperation Target operation between two catalogues: intersection = source ∩ target = {x: x ∈ source ∧ x ∈ target} all = intersection ∪ (target ∖ intersection) = target new = all ∖ source = {x: x ∈ target ∧ x ∉ source} obsolete = source ∖ all = source ∖ target = {x: x ∈ source ∧ x ∉ target} Basically, the result contains messages from the target catalogue. Methods __construct(MessageCatalogueInterface $source, MessageCatalogueInterface $target) from

TemplateCacheCacheWarmer::isOptional()

bool isOptional() Checks whether this warmer is optional or not. Return Value bool true if the warmer is optional, false otherwise

TableStyle::setVerticalBorderChar()

TableStyle setVerticalBorderChar(string $verticalBorderChar) Sets vertical border character. Parameters string $verticalBorderChar Return Value TableStyle

TaggedContainerInterface

interface TaggedContainerInterface implements ContainerInterface TaggedContainerInterface is the interface implemented when a container knows how to deals with tags. Methods set(string $id, object $service, string $scope = self::SCOPE_CONTAINER) Sets a service. from ContainerInterface object get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE) Gets a service. from ContainerInterface bool has(string $id) Returns true if the given service is defined. from C

TableStyle::setCellRowFormat()

TableStyle setCellRowFormat(string $cellRowFormat) Sets row cell format. Parameters string $cellRowFormat Return Value TableStyle

TableStyle::setPadType()

TableStyle setPadType(int $padType) Sets cell padding type. Parameters int $padType STRPAD* Return Value TableStyle

TableStyle::setPaddingChar()

TableStyle setPaddingChar(string $paddingChar) Sets padding character, used for cell padding. Parameters string $paddingChar Return Value TableStyle