getClientOptions() 보호된 메소드

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