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
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_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