Example #1
0
function getProjectsPrioritiesWrapper()
{
    $data = Project::getPriorities(App::getClient());
    print json_encode($data);
}