Избавляемся от констант и глобальных переменных

This commit is contained in:
CORP\phedor 2018-03-28 12:43:06 +03:00
parent 8b38b2a3cc
commit f041488554
10 changed files with 39 additions and 33 deletions

View file

@ -1,17 +0,0 @@
<?php
/**
* Самый простой макет
*/
namespace ctiso\Layout;
use ctiso\Filter\Filter,
ctiso\HttpRequest;
class Empty extends Filter
{
function execute(HttpRequest $request)
{
$text = $this->processor->execute($request);
return $text;
}
}