Class shardimage\shardimagephp\factories\Option
Inheritance | shardimage\shardimagephp\factories\Option |
---|
Public Methods
Method | Description | Defined By |
---|---|---|
__toString() | Magic method for string casting. | shardimage\shardimagephp\factories\Option |
cache() | shardimage\shardimagephp\factories\Option | |
cacheMaxAge() | shardimage\shardimagephp\factories\Option | |
cacheMinFresh() | shardimage\shardimagephp\factories\Option | |
cacheSharedMaxAge() | shardimage\shardimagephp\factories\Option | |
download() | Add download option to URL | shardimage\shardimagephp\factories\Option |
urlExpire() | Add expirity timestamp to URL | shardimage\shardimagephp\factories\Option |
Constants
Constant | Value | Description | Defined By |
---|---|---|---|
CACHE_NO_CACHE | 'no-cache' | shardimage\shardimagephp\factories\Option | |
CACHE_PRIVATE | 'private' | shardimage\shardimagephp\factories\Option | |
CACHE_PUBLIC | 'public' | shardimage\shardimagephp\factories\Option |
Method Details
Magic method for string casting.
public string __toString ( ) |
public void cache ( $cache ) | ||
$cache |
public void cacheMaxAge ( $interval ) | ||
$interval |
public void cacheMinFresh ( $interval ) | ||
$interval |
public void cacheSharedMaxAge ( $interval ) | ||
$interval |
Add download option to URL
public void download ( ) |
Add expirity timestamp to URL
public void urlExpire ( $expire ) | ||
$expire | integer |