Method | Description | |
---|---|---|
__construct ( array $supportedExtension ) | Constructor. | |
convert ( string $input ) : string | Convert the input data. | |
getOutExtension ( $extension ) : string | The extension of filename result (without dot). E.g: html. | |
getPriority ( ) : integer | Get the converter priority. | |
matches ( string $extension ) : boolean | If file's extension is support by converter. |
public __construct ( array $supportedExtension ) | ||
$supportedExtension | array | File extesion supported by the converter. Extension without dot |
public getOutExtension ( $extension ) : string | ||
return | string |
public getPriority ( ) : integer | ||
return | integer |