Common extends Parser
Table of Contents
Constants
- MIN_IMAGE_HEIGHT = 100
- MIN_IMAGE_WIDTH = 100
Methods
- handle() : void
- Parses HTML document's meta tags, and fills document's metadata.
Constants
MIN_IMAGE_HEIGHT
public
mixed
MIN_IMAGE_HEIGHT
= 100
MIN_IMAGE_WIDTH
public
mixed
MIN_IMAGE_WIDTH
= 100
Methods
handle()
Parses HTML document's meta tags, and fills document's metadata.
public
handle(HtmlDocument $document) : void
Parameters
- $document : HtmlDocument
-
HTML document to scan for metadata.