PHP Class lithium\tests\mocks\storage\session\adapter\MockPhp

Inheritance: extends lithium\storage\session\adapter\Php
Datei anzeigen Open project: unionofrad/lithium Class Usage Examples

Public Methods

Method Description
isStarted ( ) : boolean Overridden method for testing.

Protected Methods

Method Description
_start ( ) : boolean Overriden method for testing.

Method Details

_start() protected method

Overriden method for testing.
protected _start ( ) : boolean
return boolean false.

isStarted() public method

Overridden method for testing.
public isStarted ( ) : boolean
return boolean false.