TYPO3  7.6
GranularityInterface.php
Go to the documentation of this file.
1 <?php
2 
19 namespace cogpowered\FineDiff\Granularity;
20 
22 {
23  public function offsetExists($offset);
24  public function offsetGet($offset);
25  public function offsetSet($offset, $value);
26  public function offsetUnset($offset);
27 
33  public function getDelimiters();
34 
41  public function setDelimiters(array $delimiters);
42 }