Guides

FileAttributes
in package
implements StorageAttributes

FinalYes

Table of Contents

Interfaces

StorageAttributes

Properties

$attributes  : StorageAttributes

Methods

__construct()  : mixed
offsetExists()  : bool
offsetGet()  : mixed
offsetSet()  : void
offsetUnset()  : void

Properties

Methods

__construct()

public __construct(StorageAttributes $attributes) : mixed
Parameters
$attributes : StorageAttributes

offsetExists()

public offsetExists(mixed $offset) : bool
Parameters
$offset : mixed
Return values
bool

offsetGet()

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

        
On this page

Search results