autoCompleteData() public method
Returns the list of auto complete values.
The array keys are the attribute names, and the array values are the corresponding auto complete values. Auto complete values can also be callable typed in order one want to make postponed data generation.
public array autoCompleteData ( ) | ||
---|---|---|
return | array |
The list of auto complete values |
Please login to continue.