PHP Class PandoraBots, phergie

Afficher le fichier Open project: phergie/phergie

Méthodes publiques

Свойство Type Description
$pipe

Protected Properties

Свойство Type Description
$default_response
$timout This will be our cURL handle in a bit

Méthodes publiques

Méthode Description
__construct ( ) So we can easily change url if needed
default_response ( $responce = "" )
say ( $user_input )
setKey ( $key )

Private Methods

Méthode Description
get_reply ( $input, $tag = 'font' )
sanitize ( $string )
set_timeout ( $int )

Method Details

__construct() public méthode

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

default_response() public méthode

public default_response ( $responce = "" )

say() public méthode

public say ( $user_input )

setKey() public méthode

public setKey ( $key )

Property Details

$default_response protected_oe property

protected $default_response

$pipe public_oe property

public $pipe

$timout protected_oe property

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