GetDKAN/pdlt

View on GitHub
src/CompilationMapInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace PDLT;

/**
 * Simple single dimensional map of token literals to output token strings.
 *
 * Used when compiling date format strings.
 */
interface CompilationMapInterface extends \ArrayAccess {

}