ok
Direktori : /home2/selectio/www/thecomponents.in/admin/api-firebase/razorpay/src/ |
Current File : /home2/selectio/www/thecomponents.in/admin/api-firebase/razorpay/src/ArrayableInterface.php |
<?php namespace Razorpay\Api; interface ArrayableInterface { /** * Get the instance as an array. * * @return array */ public function toArray(); }