Kahlan\Jit\Patchers::exists PHP Method

exists() public method

Checks if a patcher exist.
public exists ( string $name ) : boolean
$name string The patcher name.
return boolean
    public function exists($name)
    {
        return isset($this->_patchers[$name]);
    }