Back to Microdata class

Method getFallbackType

public string
getFallbackType
()
Return the current $fallbackType
Returns
  • string
Since
  • 3.2
Class: Microdata
Project: Joomla

Method getFallbackType - Source code

/**
 * Return the current $fallbackType
 *
 * @return  string
 *
 * @since   3.2
 */
public function getFallbackType()
{
    return $this->fallbackType;
}