PHP Class Phergie_Plugin_Vend, phergie

Inheritance: extends Phergie_Plugin_Abstract
Show file Open project: phergie/phergie

Protected Properties

Property Type Description
$vend_url Number of reminders to show in public.

Public Methods

Method Description
getItem ( )
onCommandVend ( string $recipient ) : void Handle vend requests
onLoad ( ) : void Check for dependencies.

Protected Methods

Method Description
doVend ( $recipient )

Method Details

doVend() protected method

protected doVend ( $recipient )

getItem() public method

public getItem ( )

onCommandVend() public method

Handle vend requests
See also: doVend()
public onCommandVend ( string $recipient ) : void
$recipient string recipient of the message
return void

onLoad() public method

Check for dependencies.
public onLoad ( ) : void
return void

Property Details

$vend_url protected property

Number of reminders to show in public.
protected $vend_url