oont-contents/plugins/webappick-product-feed-for-woocommerce/V5/Feed/Attributes.php
2025-03-31 21:42:48 +02:00

37 lines
574 B
PHP

<?php
namespace CTXFeed\V5\Feed;
/**
* Class ProductAttribute
*
* @package CTXFeed
* @subpackage CTXFeed\V5\Feed
* @author Ohidul Islam <wahid0003@gmail.com>
* @link https://webappick.com
* @license https://opensource.org/licenses/gpl-license.php GNU Public License
* @category MyCategory
*/
class Attributes {
/**
* @return void
*/
public static function getAttributes( ) {
}
/**
* @return void
*/
public static function saveAttributes( ) {
}
/**
* @return void
*/
public static function updateAttributes( ) {
}
}