Back to Microdata class

Method getTypes

public static array
getTypes
()
Return an array with all available Types and Properties from the http://schema.org vocabulary
Returns
  • array
Since
  • 3.2
Class: Microdata
Project: Joomla

Method getTypes - Source code

/**
 * Return an array with all available Types and Properties from the http://schema.org vocabulary
 *
 * @return  array
 *
 * @since   3.2
 */
public static function getTypes()
{
    static::loadTypes();
    return static::$types;
}