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

16 lines
348 B
PHP
Raw Normal View History

2024-11-28 15:39:23 +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;
}