40 lines
681 B
YAML
40 lines
681 B
YAML
|
name: NoLock
|
||
|
class_comment: null
|
||
|
dependencies: []
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: acquire
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: '# * Attempt to acquire the lock.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @return bool'
|
||
|
- name: release
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: '# * Release the lock.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @return bool'
|
||
|
- name: forceRelease
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: '# * Releases this lock in disregard of ownership.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @return void'
|
||
|
- name: getCurrentOwner
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: '# * Returns the owner value written into the driver for this lock.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @return mixed'
|
||
|
traits: []
|
||
|
interfaces: []
|