getClientOptions() protected méthode

Returns the options for the grid view JS widget.
protected getClientOptions ( ) : array
Résultat array the options
Exemple #1
0
 protected function getClientOptions()
 {
     return array_merge($this->clientOptions, parent::getClientOptions());
 }