\Colibri\IO\FileSystemAttributes

Аттрибуты файловой системы

Summary

Methods
Properties
Constants
__construct()
__get()
__set()
$created
$modified
$lastaccess
No constants found
No protected methods found
$source
$attributes
N/A
update()
No private properties found
N/A

Properties

$created

$created : integer

дата создания файла

Type

integer

$modified

$modified : integer

дата последней модификации

Type

integer

$lastaccess

$lastaccess : integer

дата последнего доступа

Type

integer

$attributes

$attributes : array

Список атрибутов

Type

array

Methods

__get()

__get(string  $property) : mixed

Геттер

Parameters

string $property

свойство

Returns

mixed

__set()

__set(string  $property, mixed  $value) 

Сеттер

Parameters

string $property

свойство

mixed $value

значение

update()

update(string  $property, mixed  $value) 

Обновляет значение по ключу

Parameters

string $property

свойство

mixed $value

значение