Back to Microdata class

Method isEnabled

public bool
isEnabled
()
Return 'true' if the library output is enabled
Returns
  • bool
Since
  • 3.2
Class: Microdata
Project: Joomla

Method isEnabled - Source code

/**
 * Return 'true' if the library output is enabled
 *
 * @return  boolean
 *
 * @since   3.2
 */
public function isEnabled()
{
    return $this->enabled;
}
OSZAR »