FileKeysModel
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
at line 65
__construct(string $path, array $keys)
Initialize a new FileKeysModel instance.