php doc
This commit is contained in:
parent
30c7844d96
commit
90e652943e
@ -11,11 +11,19 @@ class CGSelect
|
||||
$this->driver = new CGSelectDriver($selector, $options);
|
||||
}
|
||||
|
||||
public function getJS(){
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getJS(): string
|
||||
{
|
||||
return $this->driver->getJS();
|
||||
}
|
||||
|
||||
public static function renderCDN($version = 'latest')
|
||||
/**
|
||||
* @param $version
|
||||
* @return void
|
||||
*/
|
||||
public static function renderCDN($version = 'latest'): void
|
||||
{
|
||||
CGSelectDriver::renderCDN($version);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user