Sesha_Entity_ValueMapper
extends Horde_Rdo_Mapper
in package
The Sesha_Entity_ValueMapper class contains all functions related to handling a property's value for a specific stock item in Sesha.
Copyright 2012-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
Tags
Table of Contents
- $_lazyRelationships : array<string|int, mixed>
- Relationships loaded on-demand
- $_table : string
- Inflector doesn't support Horde-style tables yet
Properties
$_lazyRelationships
Relationships loaded on-demand
protected
array<string|int, mixed>
$_lazyRelationships
= array('stock' => array('type' => Horde_Rdo::ONE_TO_ONE, 'foreignKey' => 'stock_id', 'mapper' => 'Sesha_Entity_StockMapper'), 'property' => array('type' => Horde_Rdo::ONE_TO_ONE, 'foreignKey' => 'property_id', 'mapper' => 'Sesha_Entity_PropertyMapper'))
Tags
$_table
Inflector doesn't support Horde-style tables yet
protected
string
$_table
= 'sesha_inventory_properties'