Iss Cache File

package Iss
author Michael Herzberg
since 1.0.0

 Methods

Constructor

__construct() : void

Descrtuctor

__destruct() : void

Get directory

getDir() : string

Returns

string

Get name

getName() : string

Returns

string

Get all properties

getProperties() : array

Returns

array

Get a property

getProperty(string $property) : string | integer | boolean | array

Parameters

$property

string

Returns

stringintegerbooleanarray

Set directory

setDir(string $dir) : void

Parameters

$dir

string

Set name

setName(string $name) : void

Parameters

$name

string

Set all properities

setProperties(array $properties) : void

Parameters

$properties

array

Set a property

setProperty(string $property, string | integer | array | boolean $value) : void

Parameters

$property

string

$value

stringintegerarrayboolean

 Properties

 

Directory

$dir : string

 

File name

$name : string

 

Properties

$properties : array