Пример #1
0
function getTimeLogWrapper()
{
    $data = TimeLog::getPagedList(App::getClient());
    print json_encode($data);
}