platform/api/laravel/Database/Concerns/ParsesSearchPath.yaml

19 lines
358 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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: []