PHP Class Elgg\Mocks\Database\PrivateSettingsTable

Inheritance: extends Elgg\Database\PrivateSettingsTable
Show file Open project: elgg/elgg

Public Properties

Property Type Description
$iterator integer
$query_specs array DB query query_specs
$rows stdClas\stdClass[]

Public Methods

Method Description
addQuerySpecs ( stdClass $row ) : void Add query query_specs for a metadata object
clearQuerySpecs ( stdClass $row ) : void Clear query specs
getAll ( $entity_guid )
iterate ( ) : integer Iterate ID
removeAllForEntity ( $entity_guid )
set ( $entity_guid, $name, $value )

Method Details

addQuerySpecs() public method

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

clearQuerySpecs() public method

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

getAll() public method

public getAll ( $entity_guid )

iterate() public method

Iterate ID
public iterate ( ) : integer
return integer

removeAllForEntity() public method

public removeAllForEntity ( $entity_guid )

set() public method

public set ( $entity_guid, $name, $value )

Property Details

$iterator public property

public int $iterator
return integer

$query_specs public property

DB query query_specs
public array $query_specs
return array

$rows public property

public stdClass[],stdClas $rows
return stdClas\stdClass[]