/**
 * Method to get the data for the advanced mode to be passed to the layout for rendering.
 *
 * @param   object  $lang  The language object
 *
 * @return  array
 *
 * @since   3.5
 */
protected function getAdvancedModeLayoutData($lang)
{
    return array('colors' => $this->colors, 'control' => $this->control, 'lang' => $lang);
}