ReadsQueueAttributes
trait ReadsQueueAttributes (View source)
Methods
mixed
getAttributeValue(object $job, string $attributeClass, string|null $property = null, mixed $default = null)
Get a configuration value from an attribute, falling back to a property.
mixed
extractAttributeValue(object $instance)
Extract the value from an attribute instance.
Details
protected mixed
getAttributeValue(object $job, string $attributeClass, string|null $property = null, mixed $default = null)
Get a configuration value from an attribute, falling back to a property.
protected mixed
extractAttributeValue(object $instance)
Extract the value from an attribute instance.