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