platform/api/laravel/Foundation/Testing/DatabaseTransactionsManager.yaml

42 lines
926 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: DatabaseTransactionsManager
class_comment: null
dependencies:
- name: BaseManager
type: class
source: Illuminate\Database\DatabaseTransactionsManager
properties: []
methods:
- name: addCallback
visibility: public
parameters:
- name: callback
comment: '# * Register a transaction callback.
# *
# * @param callable $callback
# * @return void'
- name: callbackApplicableTransactions
visibility: public
parameters: []
comment: '# * Get the transactions that are applicable to callbacks.
# *
# * @return \Illuminate\Support\Collection<int, \Illuminate\Database\DatabaseTransactionRecord>'
- name: afterCommitCallbacksShouldBeExecuted
visibility: public
parameters:
- name: level
comment: '# * Determine if after commit callbacks should be executed for the given
transaction level.
# *
# * @param int $level
# * @return bool'
traits: []
interfaces: []