Send an e-mail message
author |
Michiel Rook mrook@php.net |
---|---|
author |
Francois Harvey at SecuriWeb (http://www.securiweb.net) |
version |
$Id: b4df55a37dc8dc9685c834402c4257a7c68c1e66 $ |
package |
phing.tasks.ext |
addFileSet(\FileSet $fs) : void
addText( $msg)
getDescription() : string
string
The text description of the task
getLocation() : \Location
getOwningTarget() : \Target
getProject() : \Project
getRegisterSlot(string $slotName)
string
getRuntimeConfigurableWrapper() : \RuntimeConfigurable
getTaskName() : string
string
Name of this task
getTaskType() : string
string
The type of this task (XML Tag)
init()
Should throw a BuildException if something goes wrong with the build
This is abstract here, but may not be overloaded by subclasses.
throws | |
---|---|
log(string $msg, integer $level = \Project::MSG_INFO)
string
The message to be logged.
integer
The message's priority at this message should have
main()
Should throw a BuildException if someting goes wrong with the build
This is abstract here. Must be overloaded by real tasks.
maybeConfigure()
perform()
sendFilesets()
setBackend( $backend)
setBackendParams( $backendParams)
setDescription(string $desc)
string
The text describing the task
setFrom( $from)
setLocation(\Location $location)
setMessage( $msg)
setMsg( $msg)
setOwningTarget(\Target $target)
setProject(\Project $project)
setRecipient( $recipient)
setRuntimeConfigurableWrapper(\RuntimeConfigurable $wrapper)
setSubject( $subject)
setTaskName(string $name) : string
string
string
A string representing the name of this task for log
setTaskType( $name)
setTo( $to)
setToList( $tolist)
tolist :
subject :
msg :
from :
filesets :
backend :
backendParams :
description : string
var |
---|
string
taskType : string
var |
---|
string
taskName : string
var |
---|
string
project : \Project