PhpEngine::supports()

bool supports(string|TemplateReferenceInterface $name) Returns true if this class is able to render the given template. Parameters string|TemplateReferenceInterface $name A template name or a TemplateReferenceInterface instance Return Value bool true if this class supports the given template, false otherwise

SurrogateInterface::addSurrogateControl()

addSurrogateControl(Response $response) Adds HTTP headers to specify that the Response needs to be parsed for Surrogate. This method only adds an Surrogate HTTP header if the Response has some Surrogate tags. Parameters Response $response A Response instance

MimeTypeGuesser::getInstance()

static MimeTypeGuesser getInstance() Returns the singleton instance. Return Value MimeTypeGuesser

DelegatingEngine::supports()

bool supports(string|TemplateReferenceInterface $name) Returns true if this class is able to render the given template. Parameters string|TemplateReferenceInterface $name A template name or a TemplateReferenceInterface instance Return Value bool true if this class supports the given template, false otherwise

NamespacedAttributeBag::has()

bool has(string $name) Checks if an attribute is defined. Parameters string $name The attribute name Return Value bool true if the attribute is defined, false otherwise

ButtonBuilder::getAutoInitialize()

bool getAutoInitialize() Unsupported method. Return Value bool Returns true if the form should be initialized when created, false otherwise.

Client::followRedirect()

Crawler followRedirect() Follow redirects? Return Value Crawler Exceptions LogicException If request was not a redirect

MessageCatalogue::setMetadata()

setMetadata(string $key, mixed $value, string $domain = 'messages') Adds metadata to a message domain. Parameters string $key The key mixed $value The value string $domain The domain name

PhpBridgeSessionStorage::start()

bool start() Starts the session. Return Value bool True if started. Exceptions RuntimeException If something goes wrong starting the session.

ButtonBuilder::getRequired()

bool getRequired() Unsupported method. Return Value bool Whether the form is required