fXmlRpc\Integration\MulticallBuilderIntegrationBasedIntegrationTest::handler PHP Méthode

handler() public méthode

public handler ( $result )
    public function handler($result)
    {
        $this->handlerInvoked++;
        $this->assertSame(current($this->expected), $result);
        next($this->expected);
    }
MulticallBuilderIntegrationBasedIntegrationTest