Improve processors
Now you can add generators and extend the markdown parser
This commit is contained in:
10
libs/Format/Base/Generator.php
Normal file
10
libs/Format/Base/Generator.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php namespace Todaymade\Daux\Format\Base;
|
||||
|
||||
use Symfony\Component\Console\Input\InputInterface;
|
||||
use Symfony\Component\Console\Output\OutputInterface;
|
||||
use Todaymade\Daux\Daux;
|
||||
|
||||
interface Generator
|
||||
{
|
||||
public function generate(Daux $daux, InputInterface $input, OutputInterface $output, $width);
|
||||
}
|
Reference in New Issue
Block a user