getOptions() public method

Returns user-specific options.
public getOptions ( ) : array
return array
Example #1
0
 /**
  * @return array
  */
 public function getOptions()
 {
     return $this->wrappedControl->getOptions();
 }