Attach implements Serializable uses SerializeObject
Table of Contents
Interfaces
- Serializable
Methods
- __construct() : mixed
- Attach constructor.
- createInstance() : Attach
- getFormatSize() : string
- getLink() : string
- getName() : string
- getSize() : int
Methods
__construct()
Attach constructor.
public
__construct(string $link, string $name, int $size) : mixed
Parameters
- $link : string
- $name : string
- $size : int
createInstance()
public
static createInstance(string $link, string $name, int $size) : Attach
Parameters
- $link : string
- $name : string
- $size : int
Return values
AttachgetFormatSize()
public
getFormatSize([mixed $precision = 2 ]) : string
Parameters
- $precision : mixed = 2
Return values
stringgetLink()
public
getLink() : string
Return values
stringgetName()
public
getName() : string
Return values
stringgetSize()
public
getSize() : int