1: <?php 2: 3: namespace Charcoal\Object; 4: 5: /** 6: * 7: */ 8: interface ArchivableInterface 9: { 10: 11: } 12: