refactor: Form больше не наследует View

This commit is contained in:
origami11@yandex.ru 2025-04-03 19:59:56 +03:00
parent 2f8c788664
commit 6ef65fc826
4 changed files with 10 additions and 29 deletions

View file

@ -1,13 +1,10 @@
<?php
// Класс отображения
// CompositeView !! Composite pattern
/**
* @package system.view
*/
namespace ctiso\View;
/**
* Шаблон для PHP
*/
class Plain extends \stdClass
{
protected $document;