Back to BaseLayout class

Method getData

public array
getData
()
Get the data being rendered
Returns
  • array
Since
  • 3.5
Class: BaseLayout
Project: Joomla

Method getData - Source code

/**
 * Get the data being rendered
 *
 * @return  array
 *
 * @since   3.5
 */
public function getData()
{
    return $this->data;
}