PHP Class zgldh\QiniuStorage\QiniuUrl

Inheritance: implements JsonSerializabl\JsonSerializable
Afficher le fichier Open project: zgldh/qiniu-laravel-storage

Méthodes publiques

Méthode Description
__construct ( $url )
__toString ( )
getDownload ( ) : null
getParameter ( $name ) : array
getParameters ( ) : array
getUrl ( ) : null
jsonSerialize ( ) : mixed Specify data which should be serialized to JSON
setDownload ( null $download )
setParameter ( $name, $value )
setUrl ( null $url )

Method Details

__construct() public méthode

public __construct ( $url )

__toString() public méthode

public __toString ( )

getDownload() public méthode

public getDownload ( ) : null
Résultat null

getParameter() public méthode

public getParameter ( $name ) : array
Résultat array

getParameters() public méthode

public getParameters ( ) : array
Résultat array

getUrl() public méthode

public getUrl ( ) : null
Résultat null

jsonSerialize() public méthode

Specify data which should be serialized to JSON
public jsonSerialize ( ) : mixed
Résultat mixed data which can be serialized by json_encode, which is a value of any type other than a resource.

setDownload() public méthode

public setDownload ( null $download )
$download null

setParameter() public méthode

public setParameter ( $name, $value )

setUrl() public méthode

public setUrl ( null $url )
$url null