ProfilerListener::getSubscribedEvents()

static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. The array keys are event names and the value can be: The method name to call (priority defaults to 0) An array composed of the method name to call and the priority An array of arrays composed of the method names to call and respective priorities, or 0 if unset For instance: array('eventName' => 'methodName') array('eventName' => array('methodName', $priority)) a

IdReader::isSingleId()

bool isSingleId() Returns whether the class has a single-column ID. Return Value bool Returns true if the class has a single-column ID and false otherwise.

InvalidArgumentException

class InvalidArgumentException extends InvalidArgumentException implements ExceptionInterface Base InvalidArgumentException for Dependency Injection component.

PhpEngine::exists()

bool exists(string|TemplateReferenceInterface $name) Returns true if the template exists. Parameters string|TemplateReferenceInterface $name A template name or a TemplateReferenceInterface instance Return Value bool true if the template exists, false otherwise Exceptions RuntimeException if the engine cannot handle the template name

TokenInterface::getCredentials()

mixed getCredentials() Returns the user credentials. Return Value mixed The user credentials

SurrogateInterface::process()

Response process(Request $request, Response $response) Replaces a Response Surrogate tags with the included resource content. Parameters Request $request A Request instance Response $response A Response instance Return Value Response

InputInterface::getOptions()

array getOptions() Returns all the given options merged with the default values. Return Value array

ContainerAwareCommand

class ContainerAwareCommand extends Command implements ContainerAwareInterface Command. Methods __construct(string|null $name = null) Constructor. from Command ignoreValidationErrors() Ignores validation errors. from Command setApplication(Application $application = null) Sets the application instance for this command. from Command setHelperSet(HelperSet $helperSet) Sets the helper set. from Command HelperSet getHelperSet() Gets the helper set. from Command Application

HttpKernelInterface

interface HttpKernelInterface HttpKernelInterface handles a Request to convert it to a Response. Constants MASTER_REQUEST SUB_REQUEST Methods Response handle(Request $request, int $type = self::MASTER_REQUEST, bool $catch = true) Handles a Request to convert it to a Response. Details Response handle(Request $request, int $type = self::MASTER_REQUEST, bool $catch = true) Handles a Request to convert it to a Response. When $catch is tru

PdoCaster::castPdoStatement()

static castPdoStatement(PDOStatement $c, array $a, Stub $stub, $isNested) Parameters PDOStatement $c array $a Stub $stub $isNested