$this with(Action|string|array $line) Add a line of text to the notification. Parameters Action|string|array $line Return Value $this
$this view(string $view, array $data = array()) Set the view for the mail message. Parameters string $view array $data Return Value $this
array toArray() Get an array representation of the message. Return Value array
$this to(string|array $address) Set the recipient address for the mail message. Parameters string|array $address Return Value $this
$this success() Indicate that the notification gives information about a successful operation. Return Value $this
$this subject(string $subject) Set the subject of the notification. Parameters string $subject Return Value $this
$this priority(int $level) Set the priority of this message. The value is an integer where 1 is the highest priority and 5 is the lowest. Parameters int $level Return Value $this
$this line(Action|string $line) Add a line of text to the notification. Parameters Action|string $line Return Value $this
$this level(string $level) Set the "level" of the notification (success, error, etc.). Parameters string $level Return Value $this
$this greeting(string $greeting) Set the greeting of the notification. Parameters string $greeting Return Value $this
Page 507 of 996