Overview

Namespaces

  • Csim
    • Controller
    • Model
    • Util
  • PHP

Classes

  • Controller
  • SessionManager
  • Overview
  • Namespace
  • Class
  • Tree

Class SessionManager

Stores and retrieves session data.

Namespace: Csim\Controller
Located at classes/Csim/Controller/SessionManager.php
Methods summary
public static Csim\Controller\Controller
# getController( )

If there is a controller object in the current session, it is returned. If there is not, a new controller is instantiated and returned.

If there is a controller object in the current session, it is returned. If there is not, a new controller is instantiated and returned.

Returns

Csim\Controller\Controller
the controller.
public static
# storeController( Csim\Controller\Controller $controller )

The specified controller instance is stored in the current session.

The specified controller instance is stored in the current session.

Constants summary
string CONTROLLER_KEY 'controller'
#

The key for the controller object is the session storage.

The key for the controller object is the session storage.

csim-jquery-nophpfw API documentation generated by ApiGen 2.8.0