JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "Collection.php"
Full Path: /home2/yvrgircc/public_html/ariseskilltech.com/vendor/razorpay/razorpay/src/Collection.php
File size: 308 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Razorpay\Api;
use Countable;
class Collection extends Entity implements Countable
{
public function count():int
{
$count = 0;
if (isset($this->attributes['count']))
{
return $this->attributes['count'];
}
return $count;
}
}