PHP 클래스 Prose\UsingRuntimeTable

저자: Michael Heap ([email protected])
상속: extends BaseRuntimeTable
파일 보기 프로젝트 열기: datasift/storyplayer

공개 메소드들

메소드 설명
addItem ( string $key, mixed $value ) : void addItem
addItemToGroup ( $group, string $key, string $value ) : void Add an item to a module's runtime config table
removeItem ( string $key ) : void removeItem
removeItemFromAllGroups ( string $key ) : void Removes an item from the runtimeConfig file
removeItemFromGroup ( $group, string $key ) : void Removes an item from the runtimeConfig file

메소드 상세

addItem() 공개 메소드

Add an item to a module's runtime config table
public addItem ( string $key, mixed $value ) : void
$key string The key to save data under
$value mixed The value to save
리턴 void

addItemToGroup() 공개 메소드

Add an item to a module's runtime config table
public addItemToGroup ( $group, string $key, string $value ) : void
$key string The key to save data under
$value string The value to save
리턴 void

removeItem() 공개 메소드

Removes an item from the runtimeConfig file
public removeItem ( string $key ) : void
$key string The key that we want to remove
리턴 void

removeItemFromAllGroups() 공개 메소드

Removes an item from the runtimeConfig file
public removeItemFromAllGroups ( string $key ) : void
$key string The key that we want to remove
리턴 void

removeItemFromGroup() 공개 메소드

Removes an item from the runtimeConfig file
public removeItemFromGroup ( $group, string $key ) : void
$key string The key that we want to remove
리턴 void