PHP Class OrderNotifyService

Inheritance: extends CApplicationComponent
Show file Open project: yupe/yupe

Public Properties

Property Type Description
$mail

Protected Properties

Property Type Description
$module
$view

Public Methods

Method Description
init ( )
sendOrderChangesNotify ( Order $order )
sendOrderCreatedAdminNotify ( Order $order ) : boolean
sendOrderCreatedUserNotify ( Order $order )

Method Details

init() public method

public init ( )

sendOrderChangesNotify() public method

public sendOrderChangesNotify ( Order $order )
$order Order

sendOrderCreatedAdminNotify() public method

public sendOrderCreatedAdminNotify ( Order $order ) : boolean
$order Order
return boolean

sendOrderCreatedUserNotify() public method

public sendOrderCreatedUserNotify ( Order $order )
$order Order

Property Details

$mail public property

public $mail

$module protected property

protected $module

$view protected property

protected $view