PHP Класс PrivateBin\PrivateBin

Controller, puts it all together.
Показать файл Открыть проект

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

Метод Описание
__construct ( ) : void constructor

Приватные методы

Метод Описание
_create ( ) : string Store new paste or comment
_delete ( string $dataid, string $deletetoken ) : void Delete an existing paste
_init ( ) : void initialize privatebin
_jsonld ( string $type ) : void outputs requested JSON-LD context
_read ( string $dataid ) : void Read an existing paste or comment
_return_message ( integer $status, string $message, array $other = [] ) : void prepares JSON encoded status message
_view ( ) : void Display PrivateBin frontend.

Описание методов

__construct() публичный Метод

initializes and runs PrivateBin
public __construct ( ) : void
Результат void