%PDF- %PDF-
| Direktori : /proc/self/root/proc/10577/cwd/home/bitrix/www/bitrix/modules/landing/lib/ |
| Current File : //proc/self/root/proc/10577/cwd/home/bitrix/www/bitrix/modules/landing/lib/debug.php |
<?php
namespace Bitrix\Landing;
class Debug
{
/**
* Gets last query in ORM.
* @return string
*/
public static function q()
{
return \Bitrix\Main\Entity\Query::getLastQuery();
}
}