lithium\tests\mocks\test\MockFilterClass::__construct PHP Method

__construct() public method

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