Separate text filter decorators.
This commit is contained in:
15
app/Interfaces/PrinterElementInterface.php
Normal file
15
app/Interfaces/PrinterElementInterface.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: k
|
||||
* Date: 27.02.2019
|
||||
* Time: 23:41
|
||||
*/
|
||||
|
||||
namespace App\Interfaces;
|
||||
|
||||
|
||||
interface PrinterElementInterface
|
||||
{
|
||||
public function render(): string;
|
||||
}
|
||||
Reference in New Issue
Block a user