PHP Class Elgg\Mocks\Database\SubtypeTable

Inheritance: extends Elgg\Database\SubtypeTable
Datei anzeigen Open project: elgg/elgg

Public Methods

Method Description
add ( $type, $subtype, $class = "" )
getClass ( $type, $subtype )
getClassFromId ( $subtype_id )
getId ( $type, $subtype )
getSubtype ( $subtype_id )
remove ( $type, $subtype )
update ( $type, $subtype, $class = '' )

Method Details

add() public method

public add ( $type, $subtype, $class = "" )

getClass() public method

public getClass ( $type, $subtype )

getClassFromId() public method

public getClassFromId ( $subtype_id )

getId() public method

public getId ( $type, $subtype )

getSubtype() public method

public getSubtype ( $subtype_id )

remove() public method

public remove ( $type, $subtype )

update() public method

public update ( $type, $subtype, $class = '' )