EasyBlogStylesheetTask
Table of Contents
Constants
-
MESSAGE_ERROR
= 'error'
-
MESSAGE_INFO
= 'info'
-
MESSAGE_SUCCESS
= 'success'
-
MESSAGE_WARN
= 'warn'
-
STATE_ERROR
= 'error'
-
STATE_PENDING
= 'pending'
-
STATE_SUCCESS
= 'success'
Properties
-
$details
: mixed
-
$failed
: mixed
-
$key
: mixed
-
$mem_end
: mixed
-
$mem_peak
: mixed
-
$mem_start
: mixed
-
$message
: mixed
-
$output
: mixed
-
$result
: mixed
-
$state
: mixed
-
$subtasks
: mixed
-
$time_end
: mixed
-
$time_start
: mixed
-
$time_total
: mixed
Methods
-
__construct()
: mixed
-
reject()
: mixed
-
report()
: mixed
-
resolve()
: mixed
-
save()
: mixed
-
start()
: mixed
-
stop()
: mixed
-
toArray()
: mixed
-
toJSON()
: mixed
-
strip_root()
: mixed
MESSAGE_ERROR
public
mixed
MESSAGE_ERROR
= 'error'
MESSAGE_INFO
public
mixed
MESSAGE_INFO
= 'info'
MESSAGE_SUCCESS
public
mixed
MESSAGE_SUCCESS
= 'success'
MESSAGE_WARN
public
mixed
MESSAGE_WARN
= 'warn'
STATE_ERROR
public
mixed
STATE_ERROR
= 'error'
STATE_PENDING
public
mixed
STATE_PENDING
= 'pending'
STATE_SUCCESS
public
mixed
STATE_SUCCESS
= 'success'
$details
public
mixed
$details
= array()
$failed
public
mixed
$failed
= \false
$key
public
static mixed
$key
= 0
$mem_end
public
mixed
$mem_end
$mem_peak
public
mixed
$mem_peak
$mem_start
public
mixed
$mem_start
$message
public
mixed
$message
= ''
$output
public
mixed
$output
= \null
$result
public
mixed
$result
$state
public
mixed
$state
$subtasks
public
mixed
$subtasks
= array()
$time_end
public
mixed
$time_end
$time_start
public
mixed
$time_start
$time_total
public
mixed
$time_total
__construct()
public
__construct([mixed $message = '' ][, mixed $type = self::MESSAGE_INFO ]) : mixed
Parameters
-
$message
: mixed
= ''
-
-
$type
: mixed
= self::MESSAGE_INFO
-
reject()
public
reject([mixed $message = '' ][, mixed $type = self::MESSAGE_ERROR ]) : mixed
Parameters
-
$message
: mixed
= ''
-
-
$type
: mixed
= self::MESSAGE_ERROR
-
report()
public
report([mixed $message = '' ][, mixed $type = self::MESSAGE_WARN ]) : mixed
Parameters
-
$message
: mixed
= ''
-
-
$type
: mixed
= self::MESSAGE_WARN
-
resolve()
public
resolve([mixed $message = '' ][, mixed $type = self::MESSAGE_SUCCESS ]) : mixed
Parameters
-
$message
: mixed
= ''
-
-
$type
: mixed
= self::MESSAGE_SUCCESS
-
save()
public
save([mixed $output = null ]) : mixed
Parameters
-
$output
: mixed
= null
-
start()
public
start() : mixed
stop()
public
stop() : mixed
toArray()
public
toArray() : mixed
toJSON()
public
toJSON() : mixed
strip_root()
private
strip_root(mixed $path) : mixed
Parameters
-
$path
: mixed
-