Inherits MediaTransformOutput.
Inherited by TransformParameterError.
Public Member Functions | |
__construct ($msg, $width, $height) | |
toHtml ($options=array()) | |
Fetch HTML for this transform output. | |
toText () | |
getHtmlMsg () | |
isError () | |
This will be overridden to return true in error classes. | |
Public Attributes | |
$htmlMsg | |
$textMsg | |
$width | |
$height | |
$url | |
$path |
Definition at line 195 of file MediaTransformOutput.php.
MediaTransformError::__construct | ( | $ | msg, | |
$ | width, | |||
$ | height | |||
) |
Definition at line 198 of file MediaTransformOutput.php.
References $args, $height, $msg, $width, wfMsgGetKey(), wfMsgReal(), and wfMsgReplaceArgs().
MediaTransformError::getHtmlMsg | ( | ) |
Definition at line 222 of file MediaTransformOutput.php.
MediaTransformError::isError | ( | ) |
This will be overridden to return true in error classes.
Reimplemented from MediaTransformOutput.
Definition at line 226 of file MediaTransformOutput.php.
MediaTransformError::toHtml | ( | $ | options = array() |
) |
Fetch HTML for this transform output.
array | $options Associative array of options. Boolean options should be indicated with a value of true for true, and false or absent for false. |
For images, desc-link and file-link are implemented as a click-through. For sounds and videos, they may be displayed in other ways.
Reimplemented from MediaTransformOutput.
Definition at line 211 of file MediaTransformOutput.php.
MediaTransformError::toText | ( | ) |
Definition at line 218 of file MediaTransformOutput.php.
MediaTransformError::$height |
Reimplemented from MediaTransformOutput.
Definition at line 196 of file MediaTransformOutput.php.
Referenced by __construct().
MediaTransformError::$htmlMsg |
Definition at line 196 of file MediaTransformOutput.php.
MediaTransformError::$path |
MediaTransformError::$textMsg |
Definition at line 196 of file MediaTransformOutput.php.
MediaTransformError::$url |
MediaTransformError::$width |
Reimplemented from MediaTransformOutput.
Definition at line 196 of file MediaTransformOutput.php.
Referenced by __construct().