MyFilesToken
extends MyFilesToken
in package
Class created by Core/Internal/PluginsDeploy
Table of Contents
Methods
- get() : string
- getCurrentDate() : string
- getUrl() : string
- setCurrentDate() : void
- validate() : bool
Methods
get()
public
static get(string $path, bool $permanent[, string $expiration = '' ]) : string
Parameters
- $path : string
- $permanent : bool
- $expiration : string = ''
Return values
stringgetCurrentDate()
public
static getCurrentDate() : string
Return values
stringgetUrl()
public
static getUrl(string $path, bool $permanent[, string $expiration = '' ]) : string
Parameters
- $path : string
- $permanent : bool
- $expiration : string = ''
Return values
stringsetCurrentDate()
public
static setCurrentDate(string $date) : void
Parameters
- $date : string
validate()
public
static validate(string $path, string $token) : bool
Parameters
- $path : string
- $token : string