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 - 2011, RealDolmen (http://www.realdolmen.com)

Variables

Methods


Child classes:


Class Details

[line 49]


Tags:

copyright:  Copyright (c) 2009 - 2011, RealDolmen (http://www.realdolmen.com)
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 =

[line 70]

Timestamp



Tags:

access:  protected

Type:   string


[ Top ]



Class Methods


static method getAzureAccessor [line 308]

static object getAzureAccessor( ReflectionProperty|ReflectionMethod $member)

Get Azure accessor from reflection member



Tags:

access:  public


Parameters:

ReflectionProperty|ReflectionMethod   $member  

[ Top ]

static method getAzureAccessors [line 272]

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 185]

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 165]

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 221]

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 175]

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 155]

void setTimestamp( $value)

Set timestamp



Tags:

access:  public


Parameters:

DateTime   $value  

[ Top ]

method _convertToDateTime [line 348]

DateTime|boolean _convertToDateTime( [string $value = ''])

Converts a string to a DateTime object. Returns false on failure.



Tags:

access:  protected


Parameters:

string   $value   The string value to parse

[ Top ]


Documentation generated on Wed, 18 May 2011 12:06:59 +0200 by phpDocumentor 1.4.3