Nelmio\Alice\Definition\FakeMethodCall::getCaller PHP Method

getCaller() public method

public getCaller ( )
    public function getCaller()
    {
        $this->__call(__METHOD__, func_get_args());
    }