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

Class: Microsoft_WindowsAzure_Storage_SignedIdentifier

Source Location: /WindowsAzure/Storage/SignedIdentifier.php

Class Overview




Author(s):

Copyright:

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

Variables

Methods



Class Details

[line 53]


Tags:

property:  string $Id: Id for the signed identifier
property:  string $Start: The time at which the Shared Access Signature becomes valid.
property:  string $Expiry: The time at which the Shared Access Signature becomes invalid.
property:  string $Permissions: Signed permissions - read (r), write (w), delete (d) and list (l)
copyright:  Copyright (c) 2009, RealDolmen (http://www.realdolmen.com)
license:  http://phpazure.codeplex.com/license


[ Top ]


Class Variables

$_data =  null

[line 60]

Data



Tags:

access:  protected

Type:   array


[ Top ]



Class Methods


constructor __construct [line 70]

Microsoft_WindowsAzure_Storage_SignedIdentifier __construct( [string $id = ''], [string $start = ''], [string $expiry = ''], [string $permissions = ''])

Constructor



Tags:

access:  public


Parameters:

string   $id   Id for the signed identifier
string   $start   The time at which the Shared Access Signature becomes valid.
string   $expiry   The time at which the Shared Access Signature becomes invalid.
string   $permissions   Signed permissions - read (r), write (w), delete (d) and list (l)

[ Top ]

method __get [line 100]

void __get( string $name)

Magic overload for getting properties



Tags:

access:  public


Parameters:

string   $name   Name of the property

[ Top ]

method __set [line 86]

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:23 +0100 by phpDocumentor 1.4.3