20 lines
645 B
YAML
20 lines
645 B
YAML
|
name: SharedLockStoreInterface
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: LockConflictedException
|
||
|
type: class
|
||
|
source: Symfony\Component\Lock\Exception\LockConflictedException
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: saveRead
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: key
|
||
|
comment: "# * @author J\xE9r\xE9my Deruss\xE9 <jeremy@derusse.com>\n# */\n# interface\
|
||
|
\ SharedLockStoreInterface extends PersistingStoreInterface\n# {\n# /**\n# * Stores\
|
||
|
\ the resource if it's not locked for reading by someone else.\n# *\n# * @throws\
|
||
|
\ LockConflictedException"
|
||
|
traits:
|
||
|
- Symfony\Component\Lock\Exception\LockConflictedException
|
||
|
interfaces: []
|