PHP 클래스 PandoraBots, phergie

파일 보기 프로젝트 열기: phergie/phergie

공개 프로퍼티들

프로퍼티 타입 설명
$pipe

보호된 프로퍼티들

프로퍼티 타입 설명
$default_response
$timout This will be our cURL handle in a bit

공개 메소드들

메소드 설명
__construct ( ) So we can easily change url if needed
default_response ( $responce = "" )
say ( $user_input )
setKey ( $key )

비공개 메소드들

메소드 설명
get_reply ( $input, $tag = 'font' )
sanitize ( $string )
set_timeout ( $int )

메소드 상세

__construct() 공개 메소드

So we can easily change url if needed
public __construct ( )

default_response() 공개 메소드

public default_response ( $responce = "" )

say() 공개 메소드

public say ( $user_input )

setKey() 공개 메소드

public setKey ( $key )

프로퍼티 상세

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

protected $default_response

$pipe 공개적으로 프로퍼티

public $pipe

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

This will be our cURL handle in a bit
protected $timout