Benefits->CanManageProjects && !Session::$User->Benefits->CanReviewProjects && !Session::$User->Benefits->CanEditProjects ){ throw new Exceptions\InvalidPermissionsException(); } $managingProjects = Project::GetAllByManagerUserId($user->UserId); $reviewingProjects = Project::GetAllByReviewerUserId($user->UserId); } catch(Exceptions\UserNotFoundException){ Template::ExitWithCode(Enums\HttpCode::NotFound); } catch(Exceptions\LoginRequiredException){ Template::RedirectToLogin(); } catch(Exceptions\InvalidPermissionsException){ Template::ExitWithCode(Enums\HttpCode::Forbidden); } ?> 'Projects', 'canonicalUrl' => $user->Url, 'css' => ['/css/project.css'], 'description' => 'Ebook projects currently underway at Standard Ebooks.' ] ) ?>

Projects

Managing

None.

$managingProjects]) ?>

Reviewing

None.

$reviewingProjects]) ?>