$search_strings
$search_strings : mixed
Class SearchStringParser
Provides a set of parsing tools for search items. if you create a search feature, searching by string can be a minefield. This is a simple tool to help organise this process
parse(mixed $mixed) : array
This function "auto parses" the file.
It is meant as catch all, and will attempt to make the best of the data it is given.
This takes a "mixed", auto switching depending on the context. Accepts: string, multi-dimensional array, int, float
| mixed | $mixed | item to parse |
$return
setSearchStrings(mixed $search_strings) : \League\Floor9design\SearchStringParser\League\Floor9design\SearchStringParser
Set the search strings Protected - should only be used internally
| mixed | $search_strings |
$this
setReturnStrings(mixed $return_strings) : \League\Floor9design\SearchStringParser\League\Floor9design\SearchStringParser
Set the search strings Protected - should only be used internally
| mixed | $return_strings |
$this