PHP 클래스 Elgg\Mocks\Database\SubtypeTable

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

공개 메소드들

메소드 설명
add ( $type, $subtype, $class = "" )
getClass ( $type, $subtype )
getClassFromId ( $subtype_id )
getId ( $type, $subtype )
getSubtype ( $subtype_id )
remove ( $type, $subtype )
update ( $type, $subtype, $class = '' )

메소드 상세

add() 공개 메소드

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

getClass() 공개 메소드

public getClass ( $type, $subtype )

getClassFromId() 공개 메소드

public getClassFromId ( $subtype_id )

getId() 공개 메소드

public getId ( $type, $subtype )

getSubtype() 공개 메소드

public getSubtype ( $subtype_id )

remove() 공개 메소드

public remove ( $type, $subtype )

update() 공개 메소드

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