0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 18.188.218.219


Current Path : /var/www/results/gfgcg/razorpay/razorpay-php/src/
Upload File :
Current File : /var/www/results/gfgcg/razorpay/razorpay-php/src/Collection.php

<?php

namespace Razorpay\Api;

use Countable;

class Collection extends Entity implements Countable
{
    public function count()
    {
        $count = 0;

        if (isset($this->attributes['count']))
        {
            return $this->attributes['count'];
        }

        return $count;
    }
}