Nelmio\Alice\Definition\MethodCall\DummyMethodCall::getCaller PHP Method

getCaller() public method

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