FileAttributes
in package
implements
StorageAttributes
FinalYes
Table of Contents
Interfaces
Properties
- $attributes : StorageAttributes
Methods
- __construct() : mixed
- offsetExists() : bool
- offsetGet() : mixed
- offsetSet() : void
- offsetUnset() : void
Properties
$attributes read-only
private
StorageAttributes
$attributes
Methods
__construct()
public
__construct(StorageAttributes $attributes) : mixed
Parameters
- $attributes : StorageAttributes
offsetExists()
public
offsetExists(mixed $offset) : bool
Parameters
- $offset : mixed
Return values
booloffsetGet()
public
offsetGet(mixed $offset) : mixed
Parameters
- $offset : mixed
offsetSet()
public
offsetSet(mixed $offset, mixed $value) : void
Parameters
- $offset : mixed
- $value : mixed
offsetUnset()
public
offsetUnset(mixed $offset) : void
Parameters
- $offset : mixed