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

Class: Microsoft_WindowsAzure_Storage_TableEntity

Source Location: /WindowsAzure/Storage/TableEntity.php

Class Overview




Author(s):

Copyright:

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

Variables

Methods


Child classes:


Class Details

[line 49]


Tags:

copyright:  Copyright (c) 2009, RealDolmen (http://www.realdolmen.com)
abstract:  
license:  http://phpazure.codeplex.com/license


[ Top ]


Class Variables

$_etag =  ''

[line 77]

Etag



Tags:

access:  protected

Type:   string


[ Top ]

$_partitionKey =

[line 56]

Partition key



Tags:

access:  protected

Type:   string


[ Top ]

$_rowKey =

[line 63]

Row key



Tags:

access:  protected

Type:   string


[ Top ]

$_timestamp =  '1900-01-01T00:00:00'

[line 70]

Timestamp



Tags:

access:  protected

Type:   string


[ Top ]



Class Methods


static method getAzureAccessor [line 317]

static object getAzureAccessor( ReflectionProperty|ReflectionMethod $member)

Get Azure accessor from reflection member



Tags:

access:  public


Parameters:

ReflectionProperty|ReflectionMethod   $member  

[ Top ]

static method getAzureAccessors [line 279]

static array getAzureAccessors( [string $className = ''])

Get Azure accessors from class



Tags:

access:  public


Parameters:

string   $className   Class to get accessors for

[ Top ]

constructor __construct [line 85]

Microsoft_WindowsAzure_Storage_TableEntity __construct( [string $partitionKey = ''], [string $rowKey = ''])

Constructor



Tags:

access:  public


Parameters:

string   $partitionKey   Partition key
string   $rowKey   Row key

[ Top ]

method getAzureValues [line 182]

array getAzureValues( )

Get Azure values



Tags:

access:  public


Overridden in child classes as:

Microsoft_WindowsAzure_Storage_DynamicTableEntity::getAzureValues()
Get Azure values

[ Top ]

method getEtag [line 162]

string getEtag( )

Get etag



Tags:

access:  public


[ Top ]

method getPartitionKey [line 97]

string getPartitionKey( )

Get partition key



Tags:

access:  public


[ Top ]

method getRowKey [line 119]

string getRowKey( )

Get row key



Tags:

access:  public


[ Top ]

method getTimestamp [line 141]

string getTimestamp( )

Get timestamp



Tags:

access:  public


[ Top ]

method setAzureValues [line 222]

void setAzureValues( [array $values = array()], [boolean $throwOnError = false])

Set Azure values



Tags:

throws:  Microsoft_WindowsAzure_Exception
access:  public


Overridden in child classes as:

Microsoft_WindowsAzure_Storage_DynamicTableEntity::setAzureValues()
Set Azure values

Parameters:

array   $values  
boolean   $throwOnError   Throw Microsoft_WindowsAzure_Exception when a property is not specified in $values?

[ Top ]

method setEtag [line 172]

void setEtag( [string $value = ''])

Set etag



Tags:

access:  public


Parameters:

string   $value  

[ Top ]

method setPartitionKey [line 108]

void setPartitionKey( string $value)

Set partition key



Tags:

access:  public


Parameters:

string   $value  

[ Top ]

method setRowKey [line 130]

void setRowKey( string $value)

Set row key



Tags:

access:  public


Parameters:

string   $value  

[ Top ]

method setTimestamp [line 152]

void setTimestamp( [string $value = '1900-01-01T00:00:00'])

Set timestamp



Tags:

access:  public


Parameters:

string   $value  

[ Top ]


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