Stock implements Registerable, Premium_Service
Stock Handler
Tags
Interfaces, Classes and Traits
- Registerable
- Premium_Service
Table of Contents
- is_in_stock() : mixed
- Consider as out of stock if the minimum purchasable quantity
- register() : mixed
- {@inheritdoc}
Methods
is_in_stock()
Consider as out of stock if the minimum purchasable quantity
public
is_in_stock(mixed $in_stock, mixed $product) : mixed
Parameters
- $in_stock : mixed
- $product : mixed
Tags
Return values
mixed —register()
{@inheritdoc}
public
register() : mixed