Back to Microdata class

Method getMachineContent

public string
getMachineContent
()
Return the current $machineContent
Returns
  • string
Since
  • 3.3
Class: Microdata
Project: Joomla

Method getMachineContent - Source code

/**
 * Return the current $machineContent
 *
 * @return  string
 *
 * @since   3.3
 */
public function getMachineContent()
{
    return $this->machineContent;
}