Back to Microdata class

Method getProperty

public string
getProperty
()
Return the current $Property name
Returns
  • string
Since
  • 3.2
Class: Microdata
Project: Joomla

Method getProperty - Source code

/**
 * Return the current $Property name
 *
 * @return  string
 *
 * @since   3.2
 */
public function getProperty()
{
    return $this->property;
}