ok
Direktori : /home2/selectio/public_html/y1jobportal.in/razorpay-php-2.9.0/src/ |
Current File : //home2/selectio/public_html/y1jobportal.in/razorpay-php-2.9.0/src/Collection.php |
<?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; } }