class FileKeysModel (View source)

A data class to store file => key associations.

Properties

$keys The keys array.
$path The file path.

Methods

__construct(string $path, array $keys)

Initialize a new FileKeysModel instance.

Details

__construct(string $path, array $keys)

Initialize a new FileKeysModel instance.

Parameters

string $path
array $keys