PHP 클래스 Prose\BaseCleanup

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

보호된 프로퍼티들

프로퍼티 타입 설명
$key string key The key of the table we're working with
$table BaseObject The actual table that we're working with

공개 메소드들

메소드 설명
__construct ( StoryTeller $st, array $args = [] ) : parent::__construct __construct
shutdown ( ) : void shutdown
startup ( ) : void startup

보호된 메소드들

메소드 설명
getTable ( )
removeTablesIfEmpty ( ) : void removeTableIfEmpty

메소드 상세

__construct() 공개 메소드

__construct
public __construct ( StoryTeller $st, array $args = [] ) : parent::__construct
$st DataSift\Storyplayer\PlayerLib\StoryTeller The StoryTeller object
$args array Any arguments to be used in this Prose module
리턴 parent::__construct

getTable() 보호된 메소드

protected getTable ( )

removeTablesIfEmpty() 보호된 메소드

Remove an entry in the runtime config if it is empty
protected removeTablesIfEmpty ( ) : void
리턴 void

shutdown() 추상적인 공개 메소드

The function to run after stories are run
abstract public shutdown ( ) : void
리턴 void

startup() 추상적인 공개 메소드

The function to run before stories are run
abstract public startup ( ) : void
리턴 void

프로퍼티 상세

$key 보호되어 있는 프로퍼티

key The key of the table we're working with
protected string $key
리턴 string

$table 보호되어 있는 프로퍼티

The actual table that we're working with
protected BaseObject $table
리턴 BaseObject