VerboseBehavior
- Type
- Class
- Namespace
- craft\queue
- Inherits
- craft\queue\VerboseBehavior » yii\queue\cli\VerboseBehavior (opens new window) » yii\base\Behavior (opens new window) » yii\base\BaseObject (opens new window)
- Implements
- yii\base\Configurable (opens new window)
- Extended by
- craft\queue\QueueLogBehavior
- Since
- 3.0.0
Verbose Behavior
View source (opens new window)
# Public Properties
Property | Description |
---|---|
command (opens new window) | yii\console\Controller (opens new window) |
owner (opens new window) | yii\queue\cli\Queue (opens new window) |
# Public Methods
Method | Description |
---|---|
__call() (opens new window) | Calls the named method which is not a class method. |
__construct() (opens new window) | Constructor. |
__get() (opens new window) | Returns the value of an object property. |
__isset() (opens new window) | Checks if a property is set, i.e. defined and not null. |
__set() (opens new window) | Sets value of an object property. |
__unset() (opens new window) | Sets an object property to null. |
afterError() (opens new window) | |
afterExec() (opens new window) | |
attach() (opens new window) | Attaches the behavior object to the component. |
beforeExec() (opens new window) | |
canGetProperty() (opens new window) | Returns a value indicating whether a property can be read. |
canSetProperty() (opens new window) | Returns a value indicating whether a property can be set. |
className() (opens new window) | Returns the fully qualified name of this class. |
detach() (opens new window) | Detaches the behavior object from the component. |
events() (opens new window) | Declares event handlers for the owner (opens new window)'s events. |
hasMethod() (opens new window) | Returns a value indicating whether a method is defined. |
hasProperty() (opens new window) | Returns a value indicating whether a property is defined. |
init() (opens new window) | Initializes the object. |
workerStart() (opens new window) | |
workerStop() (opens new window) |
# Protected Methods
Method | Description |
---|---|
formatDuration() (opens new window) | |
jobTitle() |
# jobTitle()
View source (opens new window)