spec\Prophecy\Promise\ClassCallback::callbackMethod PHP Method

callbackMethod() public method

public callbackMethod ( array $args )
$args array
    function callbackMethod($args)
    {
        return $args[0];
    }