getClientOptions() protected method

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