PHP Класс PrivateBin\Model

Factory of PrivateBin instance models.
Показать файл Открыть проект

Открытые методы

Метод Описание
__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