$types
$types : \array
Item type list
Extended microformats2 item
$_url : \Jkphl\Utility\Url
Item base URL (used for relative URL resolution)
__call(\string $method, \array $arguments) : \array|\Jkphl\Micrometa\Parser\Microformats2\Item
Generic caller
Returns all nested microformats2 items of a spefic type (or a particular index out of this list)
\string | $method | Method name (lowerCamelCased microformats2 item type) |
\array | $arguments | List of arguments, of which the first is interpreted as list index (NULL = return the complete list) |
If it's not a valid microformats2 vocable
If the item index is out of range
List of microformats2 items or a single microformats2 item
__construct(\array $data, \Jkphl\Utility\Url $url) : \Jkphl\Micrometa\Item
Constructor
\array | $data | Item data |
\Jkphl\Utility\Url | $url | Item base URL |
Micro information item