ok
Direktori : /proc/thread-self/root/home2/selectio/www/myclassicfit.com/vendor/razorpay/razorpay/src/ |
Current File : //proc/thread-self/root/home2/selectio/www/myclassicfit.com/vendor/razorpay/razorpay/src/Plan.php |
<?php namespace Razorpay\Api; class Plan extends Entity { public function create($attributes = array()) { return parent::create($attributes); } public function fetch($id) { return parent::fetch($id); } public function all($options = array()) { return parent::all($options); } }