PHP Class OrderNotifyService

Inheritance: extends CApplicationComponent
Afficher le fichier Open project: yupe/yupe

Méthodes publiques

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

Protected Properties

Свойство Type Description
$module
$view

Méthodes publiques

Méthode Description
init ( )
sendOrderChangesNotify ( Order $order )
sendOrderCreatedAdminNotify ( Order $order ) : boolean
sendOrderCreatedUserNotify ( Order $order )

Method Details

init() public méthode

public init ( )

sendOrderChangesNotify() public méthode

public sendOrderChangesNotify ( Order $order )
$order Order

sendOrderCreatedAdminNotify() public méthode

public sendOrderCreatedAdminNotify ( Order $order ) : boolean
$order Order
Résultat boolean

sendOrderCreatedUserNotify() public méthode

public sendOrderCreatedUserNotify ( Order $order )
$order Order

Property Details

$mail public_oe property

public $mail

$module protected_oe property

protected $module

$view protected_oe property

protected $view