Class shardimage\shardimagephpapi\web\CachedContent

Inheritanceshardimage\shardimagephpapi\web\CachedContent » shardimage\shardimagephpapi\base\BaseObject

Public Methods

Hide inherited methods

MethodDescriptionDefined By
__construct() Creates the object, populates the properties and calls the "init" method. shardimage\shardimagephpapi\base\BaseObject
__get() Returns the value of a non-defined property, it there is a getter method. shardimage\shardimagephpapi\base\BaseObject
__isset() Does the non-defined property with a getter exist and is it not NULL? shardimage\shardimagephpapi\base\BaseObject
__set() Sets the value of a non-defined property, if there is a setter method. shardimage\shardimagephpapi\base\BaseObject
__unset() Sets the value of a non-defined property to NULL, if there is a setter. shardimage\shardimagephpapi\base\BaseObject
delete() shardimage\shardimagephpapi\web\CachedContent
getContent() shardimage\shardimagephpapi\web\CachedContent
getETag() shardimage\shardimagephpapi\web\CachedContent
init() shardimage\shardimagephpapi\web\CachedContent
set() shardimage\shardimagephpapi\web\CachedContent
toArray() Converts the object an array. shardimage\shardimagephpapi\base\BaseObject

Protected Methods

Hide inherited methods

MethodDescriptionDefined By
ensureClass() Creates an object from the given parameters. shardimage\shardimagephpapi\base\BaseObject

Property Details

$client public property
$method public property
public $method null
$uri public property
public $uri null

Method Details

delete() public method

public void delete ( )
getContent() public method

public void getContent ( )
getETag() public method

public void getETag ( )
init() public method

public void init ( )
set() public method

public void set ( $eTag, $content )
$eTag
$content