MediaWiki
1.30.0
|
This class is just a container for a big array used by XMPReader to determine which XMP items to extract. More...
Static Public Member Functions | |
static | getItems () |
Get the items array. More... | |
Static Private Attributes | |
static | $items |
XMPInfo::$items keeps a list of all the items we are interested to extract, as well as information about the item like what type it is. More... | |
This class is just a container for a big array used by XMPReader to determine which XMP items to extract.
Definition at line 29 of file XMPInfo.php.
|
static |
Get the items array.
Definition at line 33 of file XMPInfo.php.
References $items.
Referenced by XMPReader\__construct().
|
staticprivate |
XMPInfo::$items keeps a list of all the items we are interested to extract, as well as information about the item like what type it is.
Format is an array of namespaces, each containing an array of tags each tag is an array of information about the tag, including:
Currently this just has a bunch of EXIF values as this class is only half-done.
Definition at line 63 of file XMPInfo.php.
Referenced by getItems().