api/symfony/Component/Lock/Store/StoreFactory.yaml
2024-09-26 02:03:21 -07:00

33 lines
940 B
YAML

name: StoreFactory
class_comment: "# * StoreFactory create stores and connections.\n# *\n# * @author\
\ J\xE9r\xE9my Deruss\xE9 <jeremy@derusse.com>"
dependencies:
- name: Connection
type: class
source: Doctrine\DBAL\Connection
- name: Relay
type: class
source: Relay\Relay
- name: AbstractAdapter
type: class
source: Symfony\Component\Cache\Adapter\AbstractAdapter
- name: InvalidArgumentException
type: class
source: Symfony\Component\Lock\Exception\InvalidArgumentException
- name: PersistingStoreInterface
type: class
source: Symfony\Component\Lock\PersistingStoreInterface
properties: []
methods:
- name: createStore
visibility: public
parameters:
- name: connection
comment: null
traits:
- Doctrine\DBAL\Connection
- Relay\Relay
- Symfony\Component\Cache\Adapter\AbstractAdapter
- Symfony\Component\Lock\Exception\InvalidArgumentException
- Symfony\Component\Lock\PersistingStoreInterface
interfaces: []