Property | Type | Description | |
---|---|---|---|
$emptyElements | empty (void) HTML elements |
Method | Description | |
---|---|---|
checkCallback ( $callable ) : callable | Checks callback. | |
getSuggestion ( array $items, $value ) : string | null | Finds the best suggestion. | |
removeFilter ( &$modifier, $filter ) : boolean | ||
startsWith ( $haystack, $needle ) : boolean | Starts the $haystack string with the prefix $needle? |
public static checkCallback ( $callable ) : callable | ||
return | callable |
public static removeFilter ( &$modifier, $filter ) : boolean | ||
return | boolean |
public static startsWith ( $haystack, $needle ) : boolean | ||
return | boolean |