Sesha_Entity_CategoryMapper
extends Horde_Rdo_Mapper
in package
The Sesha_Entity_CategoryMapper class contains all functions related to handling category mapping 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('properties' => array('type' => Horde_Rdo::MANY_TO_MANY, 'mapper' => 'Sesha_Entity_PropertyMapper', 'through' => 'sesha_relations'), 'stock' => array('type' => Horde_Rdo::MANY_TO_MANY, 'mapper' => 'Sesha_Entity_StockMapper', 'through' => 'sesha_inventory_categories'))
Tags
$_table
Inflector doesn't support Horde-style tables yet
protected
string
$_table
= 'sesha_categories'