ExistenceAwareInterface::setExists()

SessionHandlerInterface setExists(bool $value) Set the existence state for the session. Parameters bool $value Return Value SessionHandlerInterface

ExistenceAwareInterface

ExistenceAwareInterface interface ExistenceAwareInterface (View source) Methods SessionHandlerInterface setExists(bool $value) Set the existence state for the session.

ExceptionHandler::report()

void report(Exception $e) Report or log an exception. Parameters Exception $e Return Value void

ExceptionHandler::renderForConsole()

void renderForConsole(OutputInterface $output, Exception $e) Render an exception to the console. Parameters OutputInterface $output Exception $e Return Value void

ExceptionHandler::render()

Response render(Request $request, Exception $e) Render an exception into an HTTP response. Parameters Request $request Exception $e Return Value Response

ExceptionHandler

ExceptionHandler interface ExceptionHandler (View source) Methods void report(Exception $e) Report or log an exception. Response render(Request $request, Exception $e) Render an exception into an HTTP response. void renderForConsole(OutputInterface $output, Exception $e) Render an exception to the console.

EventServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void

EventServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void

EventServiceProvider::__call()

mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed

EventServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array