fXmlRpc\Integration\MulticallBuilderIntegrationBasedIntegrationTest::handler PHP Метод

handler() публичный Метод

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