ComunicAPI/helpers/ComunicServer.php
2018-04-29 14:31:39 +02:00

15 lines
192 B
PHP

<?php
/**
* Comunic Server object helper
*
* @author Pierre HUBERT
*/
/**
* Get root Comunic object
*
* @return CS Comunic Server object
*/
function cs() : CS {
return CS::get();
}