Kahlan\Jit\Patcher\Pointcut::patchable PHP Method

patchable() public method

The JIT patchable checker.
public patchable ( string $class ) : boolean
$class string The fully-namespaced class name to check.
return boolean
    public function patchable($class)
    {
        return true;
    }