Index
C
- GoodCode::code() — Method in class GoodCode
Gets the
code
property- $ ReceiptCode#code — Property in class ReceiptCode
Receipt code
- ReceiptCode::code() — Method in class ReceiptCode
Parse code and set
code
,prefix
,ymd
andnumber
.- SetGood::code() — Method in class SetGood
Gets a
code
property.
G
- GoodCode — Class in namespace Cable8mm\GoodCode
This class makes a set code, option code and so on.
- GoodCode::getId() — Method in class GoodCode
Get ID from GIF and COM codes.
- SetGood::goods() — Method in class SetGood
Gets a
goods
property.
L
- LocationCode — Class in namespace Cable8mm\GoodCode
This class represents a warehouse location identified by warehouse, rack, and shelf. The location code is generated from these properties.
- LocationCode::locationCode() — Method in class LocationCode
Get the location code.
N
- $ ReceiptCode#number — Property in class ReceiptCode
Number of the receipt code
- ReceiptCode::nextCode() — Method in class ReceiptCode
Get next code.
O
- GoodCode::originalType() — Method in class GoodCode
Gets the
originalType
property- GoodCode::of() — Method in class GoodCode
Create GoodCode instance from given code string and callback function
- LocationCode::of() — Method in class LocationCode
Create a new Location instance.
- ReceiptCode::of() — Method in class ReceiptCode
Create a new instance of ReceiptCode.
- Sku::of() — Method in class Sku
Create a new SKU instance.
- SetGood::of() — Method in class SetGood
Create SetGood instance from code.
- SetGood::ofArray() — Method in class SetGood
Create SetGood instance from key-value set code array.
R
- ReceiptCode — Class in namespace Cable8mm\GoodCode
This class represents a receipt code identified by code, prefix, ymd and number. The receipt code is generated from these properties.
S
- GoodCode::setCodeOf() — Method in class GoodCode
Make SetCode from key-value set code array.
- Sku — Class in namespace Cable8mm\GoodCode
This class represents a SKU identified by code and prefix. The SKU is generated from these properties.
- Sku::sku() — Method in class Sku
Get the SKU.
- SetGood — Class in namespace Cable8mm\GoodCode\ValueObjects
This class is a value object for SetGood object.
T
- GoodCode::type() — Method in class GoodCode
Gets the
type
property
V
- GoodCode::value() — Method in class GoodCode
Output value for good code.
Y
- $ ReceiptCode#ymd — Property in class ReceiptCode
Year month day of the receipt code
_
- GoodCode::__construct() — Method in class GoodCode
- Constructor.
- LocationCode::__toString() — Method in class LocationCode
Get the string representation of the location code.
- ReceiptCode::__toString() — Method in class ReceiptCode
Get the string representation of the object.
- Sku::__toString() — Method in class Sku
Get the string representation of the SKU.
- SetGood::__toString() — Method in class SetGood
Gets a string representation of the object.