Converts HTML into a mobile-friendly version.
More...
|
| __construct ( $html) |
| @inheritDoc
|
|
| applyTransforms (array $transforms) |
| Performs various transformations to the content to make it appropriate for mobile devices.
|
|
Converts HTML into a mobile-friendly version.
◆ applyTransforms()
MobileFormatter::applyTransforms |
( |
array | $transforms | ) |
|
Performs various transformations to the content to make it appropriate for mobile devices.
- Parameters
-
array<IMobileTransform> | $transforms lit of transforms to be sequentually applied to html DOM |
◆ canApply()
static MobileFormatter::canApply |
( |
| $text, |
|
|
| $options ) |
|
static |
Check whether the MobileFormatter can be applied to the text of a page.
- Parameters
-
string | $text | |
array | $options | with 'maxHeadings' and 'maxImages' keys that limit the MobileFormatter to pages with less than or equal to that number of headings and images. |
- Returns
- bool
The documentation for this class was generated from the following file:
- includes/MobileFormatter.php