-
Notifications
You must be signed in to change notification settings - Fork 34
classes_lib_google_googlecontrol.class
Daniel Spors edited this page Dec 19, 2023
·
3 revisions
Base class for all google controls. Ensures all libraries are loaded correctly and stuff.
Extends: Control » Renderable
Subclasses: gMap, GoogleVisualization
INTERNAL PreRender HOOK handler
OVERRIDE Control::PreRender
Assigns a culture to this control. This will be used for value formatting.
Definition: public function setCulture(CultureInfo $ci)
Returns: static
Parameters:
-
CultureInfo $ci
The culture object
Definition: public function __construct($tag, $frozen=true, $gchartsversion)
Returns: NOT DOCUMENTED
Parameters:
-
string $tag
Allows to specify another tag for the wrapper control, default for google controls is <span> -
$frozen [default: true]
NOT DOCUMENTED -
$gchartsversion
NOT DOCUMENTED