Habari\Method::exists PHP Method

exists() public method

Determine if the method exists and can be called
public exists ( ) : boolean
return boolean true if the method exists
    public function exists()
    {
        return function_exists($this->method_array());
    }