PHP 클래스 Elgg\Mocks\Database\MetadataTable

상속: extends Elgg\Database\MetadataTable
파일 보기 프로젝트 열기: elgg/elgg

공개 프로퍼티들

프로퍼티 타입 설명
$iterator integer
$query_specs array DB query query_specs
$rows stdClas\stdClass[]

공개 메소드들

메소드 설명
addQuerySpecs ( stdClass $row ) : void Add query query_specs for a metadata object
clearQuerySpecs ( stdClass $row ) : void Clear query specs
create ( $entity_guid, $name, $value, $value_type = '', $owner_guid, $access_id = ACCESS_PRIVATE, $allow_multiple = false )
deleteAll ( array $options = [] )
getAll ( array $options = [] )
iterate ( ) : integer Iterate ID
update ( $id, $name, $value, $value_type, $owner_guid, $access_id )

메소드 상세

addQuerySpecs() 공개 메소드

Add query query_specs for a metadata object
public addQuerySpecs ( stdClass $row ) : void
$row stdClass Data row
리턴 void

clearQuerySpecs() 공개 메소드

Clear query specs
public clearQuerySpecs ( stdClass $row ) : void
$row stdClass Data row
리턴 void

create() 공개 메소드

public create ( $entity_guid, $name, $value, $value_type = '', $owner_guid, $access_id = ACCESS_PRIVATE, $allow_multiple = false )

deleteAll() 공개 메소드

public deleteAll ( array $options = [] )
$options array

getAll() 공개 메소드

public getAll ( array $options = [] )
$options array

iterate() 공개 메소드

Iterate ID
public iterate ( ) : integer
리턴 integer

update() 공개 메소드

public update ( $id, $name, $value, $value_type, $owner_guid, $access_id )

프로퍼티 상세

$iterator 공개적으로 프로퍼티

public int $iterator
리턴 integer

$query_specs 공개적으로 프로퍼티

DB query query_specs
public array $query_specs
리턴 array

$rows 공개적으로 프로퍼티

public stdClass[],stdClas $rows
리턴 stdClas\stdClass[]