Create a notion of Export format, prepare for multiple generation systems

This commit is contained in:
Stéphane Goetz
2015-05-18 14:26:29 +02:00
committed by Stéphane Goetz
parent cc4ba14dc2
commit 90dbdb4f0b
19 changed files with 246 additions and 229 deletions

View File

@ -0,0 +1,6 @@
<?php namespace Todaymade\Daux\Format\HTML;
class RawPage extends \Todaymade\Daux\Format\Base\RawPage
{
}