\Pluf\ShopModule

Summary

Methods
Properties
Constants
init()
No public properties found
moduleJsonPath
relations
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

moduleJsonPath

moduleJsonPath = __DIR__ . '/module.json'

relations

relations = array('Shop_Address' => array('relate_to_many' => array('User_Account')), 'Shop_Agency' => array('relate_to_many' => array('User_Account'), 'relate_to' => array()), 'Shop_Contact' => array('relate_to_many' => array('User_Account')), 'Shop_Delivery' => array('relate_to_many' => array('Shop_Category', 'Shop_Tag')), 'Shop_Order' => array('relate_to' => array('User_Account', 'Bank_Receipt', 'Shop_Delivery', 'Shop_Zone', 'Shop_Agency')), 'Shop_OrderMetafield' => array('relate_to' => array('Shop_Order')), 'Shop_OrderItem' => array('relate_to' => array('Shop_Order')), 'Shop_OrderItemMetafield' => array('relate_to' => array('Shop_OrderItem')), 'Shop_OrderHistory' => array('relate_to' => array('Shop_Order')), 'Shop_OrderAttachment' => array('relate_to' => array('Shop_Order')), 'Shop_Product' => array('relate_to_many' => array('Shop_TaxClass', 'Shop_Category', 'Shop_Tag')), 'Shop_Service' => array('relate_to_many' => array('Shop_TaxClass', 'Shop_Category', 'Shop_Tag')), 'Shop_Zone' => array('relate_to' => array('User_Account'), 'relate_to_many' => array('User_Account')), 'Shop_Category' => array('relate_to' => array('Shop_Category')), 'Shop_CategoryMetafield' => array('relate_to' => array('Shop_Category')), 'Shop_ProductMetafield' => array('relate_to' => array('Shop_Product')), 'Shop_ServiceMetafield' => array('relate_to' => array('Shop_Service')), 'Shop_Tag' => array())

Methods

init()

init(\Pluf  $bootstrap) 

Parameters

\Pluf $bootstrap