MediaWiki REL1_27
|
Basic media transform error class. More...
Public Member Functions | |
__construct ( $msg, $width, $height) | |
getHtmlMsg () | |
isError () | |
This will be overridden to return true in error classes. | |
toHtml ( $options=[]) | |
Fetch HTML for this transform output. | |
toText () | |
Public Member Functions inherited from MediaTransformOutput | |
fileIsSource () | |
Check if the output thumbnail is the same as the source. | |
getDescLinkAttribs ( $title=null, $params=[]) | |
getExtension () | |
Get the final extension of the thumbnail. | |
getFile () | |
getHeight () | |
getLocalCopyPath () | |
Get the path of a file system copy of the thumbnail. | |
getStoragePath () | |
getUrl () | |
getWidth () | |
hasFile () | |
Check if an output thumbnail file actually exists. | |
setStoragePath ( $storagePath) | |
streamFile ( $headers=[]) | |
Stream the file if there were no errors. | |
streamFileWithStatus ( $headers=[]) | |
Stream the file if there were no errors. | |
Private Attributes | |
string | $htmlMsg |
HTML formatted version of the error. | |
string | $textMsg |
Plain text formatted version of the error. | |
Additional Inherited Members | |
Public Attributes inherited from MediaTransformOutput | |
array | $responsiveUrls = [] |
Associative array mapping optional supplementary image files from pixel density (eg 1.5 or 2) to additional URLs. | |
Protected Member Functions inherited from MediaTransformOutput | |
linkWrap ( $linkAttribs, $contents) | |
Wrap some XHTML text in an anchor tag with the given attributes. | |
Protected Attributes inherited from MediaTransformOutput | |
File | $file |
int | $height |
Image height. | |
bool string | $lang |
Language code, false if not set. | |
bool string | $page |
bool string | $path |
Filesystem path to the thumb | |
bool string | $storagePath = false |
Permanent storage path | |
string | $url |
URL path to the thumb. | |
int | $width |
Image width. | |
Basic media transform error class.
Definition at line 439 of file MediaTransformOutput.php.
MediaTransformError::__construct | ( | $msg, | |
$width, | |||
$height | |||
) |
Definition at line 446 of file MediaTransformOutput.php.
References $args, MediaTransformOutput\$height, MediaTransformOutput\$width, wfMessage(), and width.
MediaTransformError::getHtmlMsg | ( | ) |
Definition at line 470 of file MediaTransformOutput.php.
References $htmlMsg.
MediaTransformError::isError | ( | ) |
This will be overridden to return true in error classes.
Reimplemented from MediaTransformOutput.
Definition at line 474 of file MediaTransformOutput.php.
MediaTransformError::toHtml | ( | $options = [] | ) |
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. |
alt Alternate text or caption desc-link Boolean, show a description link file-link Boolean, show a file download link custom-url-link Custom URL to link to custom-title-link Custom Title object to link to valign vertical-align property, if the output is an inline element img-class Class applied to the "<img>" tag, if there is such a tag
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 459 of file MediaTransformOutput.php.
MediaTransformError::toText | ( | ) |
Definition at line 466 of file MediaTransformOutput.php.
References $textMsg.
|
private |
HTML formatted version of the error.
Definition at line 441 of file MediaTransformOutput.php.
Referenced by getHtmlMsg().
|
private |
Plain text formatted version of the error.
Definition at line 444 of file MediaTransformOutput.php.
Referenced by toText().