AMQPBasicProperties::__construct PHP Method

__construct() public method

public __construct ( string $content_type = "", string $content_encoding = "", array $headers = [], integer $delivery_mode = 2, integer $priority, string $correlation_id = "", string $reply_to = "", string $expiration = "", string $message_id = "", integer $timestamp, string $type = "", string $user_id = "", string $app_id = "", string $cluster_id = "" )
$content_type string
$content_encoding string
$headers array
$delivery_mode integer
$priority integer
$correlation_id string
$reply_to string
$expiration string
$message_id string
$timestamp integer
$type string
$user_id string
$app_id string
$cluster_id string
    public function __construct($content_type = "", $content_encoding = "", array $headers = [], $delivery_mode = 2, $priority = 0, $correlation_id = "", $reply_to = "", $expiration = "", $message_id = "", $timestamp = 0, $type = "", $user_id = "", $app_id = "", $cluster_id = "")
    {
    }