public function ClassifiedTestNotificationsTest::queueGetSize in Classified Ads 7.3
Estimate current number of items in queue.
Return value
mixed The number of items
1 call to ClassifiedTestNotificationsTest::queueGetSize()
- ClassifiedTestNotificationsTest::test1441396 in tests/
classified_test_notifications.test - Issue #1441396.
File
- tests/
classified_test_notifications.test, line 51
Class
- ClassifiedTestNotificationsTest
- Test cases for the Classified Ads notifications submodule.
Code
public function queueGetSize() {
$ret = $this->queue
->numberOfItems();
return $ret;
}