lithium\tests\mocks\test\MockFilterClass::__construct PHP Méthode

__construct() public méthode

public __construct ( $all = false )
    public function __construct($all = false)
    {
        if ($all) {
            return true;
        }
        return false;
    }