Back to ColorStyle class

Method __toString

public string
__toString
()
Convert to a string.
Returns
  • string
Since
  • 4.0.0
Class: ColorStyle
Project: Joomla

Method __toString - Source code

/**
 * Convert to a string.
 *
 * @return  string
 *
 * @since   4.0.0
 */
public function __toString()
{
    return $this->getStyle();
}