ButtonBuilder::getName()

string getName() Returns the name of the form used as HTTP parameter. Return Value string The form name

Request::isXmlHttpRequest()

bool isXmlHttpRequest() Returns true if the request is a XMLHttpRequest. It works if your JavaScript library sets an X-Requested-With HTTP header. It is known to work with common JavaScript frameworks: Return Value bool true if the request is an XMLHttpRequest, false otherwise

SidNotLoadedException

class SidNotLoadedException extends Exception This exception is thrown when ACEs for an SID are requested which has not been loaded from the database.

NodeExtension::setFlag()

NodeExtension setFlag(int $flag, bool $on) Parameters int $flag bool $on Return Value NodeExtension

SecurityEvents

class SecurityEvents Constants INTERACTIVE_LOGIN The INTERACTIVE_LOGIN event occurs after a user is logged in interactively for authentication based on http, cookies or X509. SWITCH_USER The SWITCH_USER event occurs before switch to another user and before exit from an already switched user.

BufferedOutput

class BufferedOutput extends Output Methods __construct(int $verbosity = self::VERBOSITY_NORMAL, bool $decorated = false, OutputFormatterInterface $formatter = null) Constructor. from Output setFormatter(OutputFormatterInterface $formatter) Sets output formatter. from Output OutputFormatterInterface getFormatter() Returns current output formatter instance. from Output setDecorated(bool $decorated) Sets the decorated flag. from Output bool isDecorated() Gets the decorated fl

HeaderBag::has()

bool has(string $key) Returns true if the HTTP header is defined. Parameters string $key The HTTP header Return Value bool true if the parameter exists, false otherwise

FormRendererInterface

interface FormRendererInterface Renders a form into HTML. Methods FormRendererEngineInterface getEngine() Returns the engine used by this renderer. setTheme(FormView $view, mixed $themes) Sets the theme(s) to be used for rendering a view and its children. string renderBlock(FormView $view, string $blockName, array $variables = array()) Renders a named block of the form theme. string searchAndRenderBlock(FormView $view, string $blockNameSuffix, array $variables = array()) S

MessageCatalogueInterface::getDomains()

array getDomains() Gets the domains. Return Value array An array of domains

StopwatchEvent::getEndTime()

int getEndTime() Gets the relative time of the end of the last period. Return Value int The time (in milliseconds)