Microsoft_WindowsAzure
[ class tree: Microsoft_WindowsAzure ] [ index: Microsoft_WindowsAzure ] [ all elements ]

Class: Microsoft_WindowsAzure_Storage_QueueMessage

Source Location: /WindowsAzure/Storage/QueueMessage.php

Class Overview




Author(s):

Copyright:

  • Copyright (c) 2009, RealDolmen (http://www.realdolmen.com)

Variables

Methods



Class Details

[line 56]


Tags:

property:  string $MessageId: Message ID
property:  string $InsertionTime: Insertion time
property:  string $ExpirationTime: Expiration time
property:  string $PopReceipt: Receipt verification for deleting the message from queue.
property:  string $TimeNextVisible: Next time the message is visible in the queue
property:  string $MessageText: Message text
copyright:  Copyright (c) 2009, RealDolmen (http://www.realdolmen.com)
license:  http://phpazure.codeplex.com/license


[ Top ]


Class Variables

$_data =  null

[line 63]

Data



Tags:

access:  protected

Type:   array


[ Top ]



Class Methods


constructor __construct [line 75]

Microsoft_WindowsAzure_Storage_QueueMessage __construct( string $messageId, string $insertionTime, string $expirationTime, string $popReceipt, string $timeNextVisible, string $messageText)

Constructor



Tags:

access:  public


Parameters:

string   $messageId   Message ID
string   $insertionTime   Insertion time
string   $expirationTime   Expiration time
string   $popReceipt   Receipt verification for deleting the message from queue.
string   $timeNextVisible   Next time the message is visible in the queue
string   $messageText   Message text

[ Top ]

method __get [line 107]

void __get( string $name)

Magic overload for getting properties



Tags:

access:  public


Parameters:

string   $name   Name of the property

[ Top ]

method __set [line 93]

void __set( string $name, string $value)

Magic overload for setting properties



Tags:

access:  public


Parameters:

string   $name   Name of the property
string   $value   Value to set

[ Top ]


Documentation generated on Thu, 26 Nov 2009 08:05:12 +0100 by phpDocumentor 1.4.3