?? GreyFile — Mystic File Browser

Current path: home/webdevt/prestashop17/modules/ps_mbo/vendor/react/promise/tests/fixtures/



?? Go up: /home/webdevt/prestashop17/modules/ps_mbo/vendor/react/promise/tests

?? Viewing: SimpleTestCancellable.php

<?php

namespace React\Promise;

class SimpleTestCancellable
{
    public $cancelCalled = false;

    public function cancel()
    {
        $this->cancelCalled = true;
    }
}


??

??