ComunicAPI/helpers/components.php

15 lines
224 B
PHP
Raw Normal View History

2018-01-12 05:57:46 +00:00
<?php
/**
* Components helper
*
* @author Pierre HUBERT
*/
/**
* Easily get the component object
*
* @return Components The components object
*/
function components() : Components {
return CS::get()->components;
}