for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @package CleverStyle CMS
* @subpackage System module
* @category modules
* @author Nazar Mokrynskyi <[email protected]>
* @copyright Copyright (c) 2015, Nazar Mokrynskyi
* @license MIT License, see license.txt
*/
namespace cs\modules\System\admin\Controller;
use
cs\Config,
cs\DB,
cs\Index,
cs\Language,
h;
trait components {
static function components_blocks () {
$Index = Index::instance();
$Index->form = false;
$Index->content(
h::cs_system_admin_blocks_list()
);
}
static function components_databases () {
h::cs_system_admin_databases_list()
static function components_modules () {
h::cs_system_admin_modules_list()
static function components_plugins () {
h::cs_system_admin_plugins_list()
static function components_storages () {
h::cs_system_admin_storages_list()