PHP 클래스 PrivateBin\Model

Factory of PrivateBin instance models.
파일 보기 프로젝트 열기: privatebin/privatebin

공개 메소드들

메소드 설명
__construct ( Configuration $conf ) : void Factory constructor.
getPaste ( string $pasteId = null ) : Paste Get a paste, optionally a specific instance.
purge ( ) : void Checks if a purge is necessary and triggers it if yes.

비공개 메소드들

메소드 설명
_getStore ( ) : AbstractData Gets, and creates if neccessary, a store object

메소드 상세

__construct() 공개 메소드

Factory constructor.
public __construct ( Configuration $conf ) : void
$conf Configuration
리턴 void

getPaste() 공개 메소드

Get a paste, optionally a specific instance.
public getPaste ( string $pasteId = null ) : Paste
$pasteId string
리턴 PrivateBin\Model\Paste

purge() 공개 메소드

Checks if a purge is necessary and triggers it if yes.
public purge ( ) : void
리턴 void