lithium\tests\mocks\storage\session\adapter\MockPhp::isStarted PHP Méthode

isStarted() public méthode

Overridden method for testing.
public isStarted ( ) : boolean
Résultat boolean false.
    public function isStarted()
    {
        return false;
    }