/
home
/
sjslayjy
/
public_html
/
theweavenest
/
vendor
/
razorpay
/
razorpay
/
src
/
Upload File
HOME
<?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; } }