芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/rentandbuyrealty.com/assets/sources/stripe/Plan.php
_delete($params, $opts); } /** * @param array|string|null $opts * * @return Plan The saved plan. */ public function save($opts = null) { return $this->_save($opts); } /** * @param array|null $params * @param array|string|null $opts * * @return Collection of Plans */ public static function all($params = null, $opts = null) { return self::_all($params, $opts); } }