api/laravel/Database/Concerns/ParsesSearchPath.yaml
2024-09-26 02:03:21 -07:00

18 lines
358 B
YAML

name: ParsesSearchPath
class_comment: null
dependencies: []
properties: []
methods:
- name: parseSearchPath
visibility: protected
parameters:
- name: searchPath
comment: '# * Parse the Postgres "search_path" configuration value into an array.
# *
# * @param string|array|null $searchPath
# * @return array'
traits: []
interfaces: []