Back to Microdata class

Method getContent

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

Method getContent - Source code

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