MvcLite\Traits\Session

Request Trait.

Allows a getter for the requests instance.

Synopsis

trait Session {
  • // members
  • protected Session $session;
}

Hierarchy

Coverage

Methods 0% 0 / 1
Lines 0% /

Members

protected

Methods

public

  • getSession() — Getter for the session instance variable.

History