Eloquent\Phony\Mock\Method\WrappedParentMethod::callParentMethod PHP Method

callParentMethod() public method

Get the _callParent() method.
public callParentMethod ( ) : ReflectionMethod
return ReflectionMethod The _callParent() method.
    public function callParentMethod()
    {
        return $this->callParentMethod;
    }