Method | Description | |
---|---|---|
convert ( string $input ) : string | Convert the input data. | |
getOutExtension ( string $extension ) : string | The extension of filename result (without dot). E.g: html. | |
getPriority ( ) : integer | Get the priority of converter. | |
matches ( string $extension ) : boolean | If file's extension is support by converter. |
public getOutExtension ( string $extension ) : string | ||
$extension | string | File's extension |
return | string |
public getPriority ( ) : integer | ||
return | integer | Value between 0 to 10. Greater means higher priority |