nur-sery/nur_src/v/base/ComponentContent.php

16 lines
348 B
PHP
Raw Normal View History

2023-12-03 22:10:18 +04:00
<?php
namespace nur\v\base;
use nur\v\model\IChildComponent;
use nur\v\model\IComponent;
abstract class ComponentContent extends SimpleContent implements IComponent, IChildComponent {
use TPlugin, TComponent;
#############################################################################
# IPlugin
const CSS = null;
const JS = null;
}