PHP Класс Sesha_Entity_StockMapper, horde

Copyright 2012-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
Автор: Ralf Lang ([email protected])
Наследование: extends Horde_Rdo_Mapper
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_lazyRelationships array Relationships loaded on-demand
$_table string Inflector doesn't support Horde-style tables yet

Открытые методы

Метод Описание
delete ( string | Sesha_Entity_Stock | Horde_Rdo_Query $object ) : integer Deletes a stock item from the backend. $object can be either a primary key, an Rdo_Query object, or a Sesha_Entity_Stock object.

Описание методов

delete() публичный Метод

This also cleans up attached attributes and categories
public delete ( string | Sesha_Entity_Stock | Horde_Rdo_Query $object ) : integer
$object string | Sesha_Entity_Stock | Horde_Rdo_Query The Rdo object, Horde_Rdo_Query, or unique id to delete.
Результат integer Number of objects deleted.

Описание свойств

$_lazyRelationships защищенное свойство

Relationships loaded on-demand
protected array $_lazyRelationships
Результат array

$_table защищенное свойство

Inflector doesn't support Horde-style tables yet
protected string $_table
Результат string