コード例 #1
0
ファイル: Functions.php プロジェクト: Umz/ImpressPages
/**
 * Get info about current route
 * @return \Ip\Route
 */
function ipRoute()
{
    return \Ip\ServiceLocator::route();
}