Файловый менеджер - Редактировать - /var/www/html/components/com_jdonation/payments/stripe/lib/Product.php
Ðазад
<?php namespace Stripe; /** * Class Product * * @package Stripe */ class Product extends ApiResource { /** * @param string $id The ID of the Product to retrieve. * @param array|string|null $opts * * @return Product */ public static function retrieve($id, $opts = null) { return self::_retrieve($id, $opts); } /** * @param array|null $params * @param array|string|null $opts * * @return Product The created Product. */ public static function create($params = null, $opts = null) { return self::_create($params, $opts); } /** * @param string $id The ID of the product to update. * @param array|null $params * @param array|string|null $options * * @return Product The updated product. */ public static function update($id, $params = null, $options = null) { return self::_update($id, $params, $options); } /** * @param array|string|null $opts * * @return Product The saved Product. */ public function save($opts = null) { return $this->_save($opts); } /** * @param array|null $params * @param array|string|null $opts * * @return Collection of Products */ public static function all($params = null, $opts = null) { return self::_all($params, $opts); } /** * @param array|null $params * @param array|string|null $opts * * @return Product The deleted product. */ public function delete($params = null, $opts = null) { return $this->_delete($params, $opts); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка