mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +08:00
Document callable params [skip ci]
This commit is contained in:
@ -1147,6 +1147,9 @@ class Command extends Component
|
|||||||
* }
|
* }
|
||||||
* ```
|
* ```
|
||||||
*
|
*
|
||||||
|
* The callable will recieve a database exception thrown and a current attempt
|
||||||
|
* (to execute the command) number starting from 1.
|
||||||
|
*
|
||||||
* @param callable $handler a PHP callback to handle database exceptions.
|
* @param callable $handler a PHP callback to handle database exceptions.
|
||||||
* @return $this this command instance.
|
* @return $this this command instance.
|
||||||
* @since 2.0.14
|
* @since 2.0.14
|
||||||
|
Reference in New Issue
Block a user