Skip to content

Conversation

@vladymyrs
Copy link
Contributor

This is a test push. I'm not sure if this is correct.
setMaxResults doesn't result on amount of returned broadcasts, and setType = array('VOICE') doesn't prevent TEXT broadcasts to be shown.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling b50df36 on vladymyrs:1.1 into ca65bb0 on CallFire:1.1.

@EvanDotPro
Copy link

@TheFrozenFire Could you take a look when you have a chance?

@TheFrozenFire
Copy link
Contributor

Hi vladymyrs,

In the code you provided, you're setting non-existent properties on the request object, rather than calling its setter methods.

You would instead do something like this:

$request = new Request\QueryBroadcasts;

$request->setMaxResults(1);
$request->setFirstResult(0);
$request->setType($client::BROADCAST_VOICE);

Let me know if changing your code like this doesn't yield the result you expect.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants