PHP Class notify\components\Notify

Inheritance: extends CApplicationComponen\CApplicationComponent
显示文件 Open project: yupe/yupe

Public Properties

Property Type Description
$mail

Public Methods

Method Description
init ( )
send ( User $user, $theme, $view, $data ) : mixed
setMail ( Mail $mail )

Method Details

init() public method

public init ( )

send() public method

public send ( User $user, $theme, $view, $data ) : mixed
$user User
$theme
$view
$data
return mixed

setMail() public method

public setMail ( Mail $mail )
$mail yupe\components\Mail

Property Details

$mail public_oe property

public $mail