Some::isDefined()


Source

File: vendor/phpoption/phpoption/src/PhpOption/Some.php

    public function isDefined()
    {
        return true;
    }