Automattic\WooCommerce\Internal\ProductFeed\Storage
JsonFileFeed::__construct
Constructor.
Method of the class: JsonFileFeed{}
No Hooks.
Returns
null. Nothing (null).
Usage
$JsonFileFeed = new JsonFileFeed(); $JsonFileFeed->__construct( $base_name );
- $base_name(string) (required)
- The base name of the feed file.
JsonFileFeed::__construct() JsonFileFeed:: construct code WC 10.8.1
public function __construct( string $base_name ) {
$this->base_name = $base_name;
}