static string xsl_get_date(
string
$string
)
|
|
Gets the artwork date in RFC 2822 format from the proviced string
I'm assuming that deviantart records dates in UTC time, however I could be wrong.
Parameters:
|
string |
$string: |
Vale of title attribute from input xml |
API Tags:
| Return: | Artwork date |
| Access: | public |
static string xsl_get_title(
string
$string
)
|
|
Gets the artwork title from the proviced string
Parameters:
|
string |
$string: |
Vale of title attribute from input xml |
API Tags:
| Return: | Artwork title |
| Access: | public |
static string xsl_make_local_cache(
string
$url, [string
$base = ''], [string
$path = '']
)
|
|
Downloads a local cache of specified file.
Parameters:
|
string |
$url: |
|
|
string |
$base: |
URL base to apply to output URL |
|
string |
$path: |
Path base for local filesystem path. |
API Tags:
| Return: | URL to local cache. |
| Access: | public |
deviantartfeed __construct(
)
|
|
Constructor does all the work
API Tags:
Return or send cache depenging on setting
If not in cron mode sends the contents of the cache file to the user, otherwise simply returns void.
API Tags: