PHP 클래스 PrivateBin\PrivateBin

Controller, puts it all together.
파일 보기 프로젝트 열기: privatebin/privatebin

공개 메소드들

메소드 설명
__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