Back to Microdata class

Method resetParams

protected void
resetParams
()
Reset all params
Returns
  • void
Since
  • 3.2
Class: Microdata
Project: Joomla

Method resetParams - Source code

/**
 * Reset all params
 *
 * @return void
 *
 * @since   3.2
 */
protected function resetParams()
{
    $this->content = null;
    $this->machineContent = null;
    $this->property = null;
    $this->fallbackProperty = null;
    $this->fallbackType = null;
}