Interface & Wrapper
This commit is contained in:
8
common/Alias/View.php
Normal file
8
common/Alias/View.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
namespace ProVM\Common\Alias;
|
||||
|
||||
use Psr\Http\Message\ResponseInterface as Response;
|
||||
|
||||
interface View {
|
||||
public function render(Response $response, $template, array $data = []);
|
||||
}
|
Reference in New Issue
Block a user