* Flash Messaging * * This class enables Flash messaging. Messages are persisted in $_SESSION * with a user-defined key. * * USAGE: * * 1. Set Flash message to be shown on the next request * * Slim::flash('error', 'The object could not be saved'); * * 2. Set Flash message to be shown on the current request * * Slim::flashNow('error', 'The object could not be saved'); * * 3
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected