for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @package CleverStyle Framework
* @subpackage System module
* @category modules
* @author Nazar Mokrynskyi <[email protected]>
* @copyright Copyright (c) 2015-2016, Nazar Mokrynskyi
* @license MIT License, see license.txt
*/
namespace cs\modules\System\api\Controller;
use
cs\Config;
trait general {
* @return string[]
public static function languages_get () {
return Config::instance()->core['active_languages'];
}
public static function timezones_get () {
return get_timezones_list();