PHP Class PandoraBots, phergie

Exibir arquivo Open project: phergie/phergie

Public Properties

Property Type Description
$pipe

Protected Properties

Property Type Description
$default_response
$timout This will be our cURL handle in a bit

Public Methods

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

Private Methods

Method Description
get_reply ( $input, $tag = 'font' )
sanitize ( $string )
set_timeout ( $int )

Method Details

__construct() public method

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

default_response() public method

public default_response ( $responce = "" )

say() public method

public say ( $user_input )

setKey() public method

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