2014-06-29 15:15:38 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
interface Alternc_Diagnostic_Format_Interface{
|
|
|
|
|
2014-12-11 20:18:51 +00:00
|
|
|
function contentToData( $content );
|
2014-06-29 15:15:38 +00:00
|
|
|
|
|
|
|
|
2014-12-11 20:18:51 +00:00
|
|
|
function dataToContent();
|
2014-06-29 15:15:38 +00:00
|
|
|
|
2014-12-11 20:18:51 +00:00
|
|
|
}
|