Back to Microdata class

Method getType

public string
getType
()
Return the current $Type name
Returns
  • string
Since
  • 3.2
Class: Microdata
Project: Joomla

Method getType - Source code

/**
 * Return the current $Type name
 *
 * @return  string
 *
 * @since   3.2
 */
public function getType()
{
    return $this->type;
}