From 24fc8bd1301e52c8e02fad11dc3580c1a7b43fc3 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 21 Mar 2017 15:57:46 +0200 Subject: [PATCH] add php docs for check action --- app/library/App/Controllers/GaController.php | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) diff --git a/app/library/App/Controllers/GaController.php b/app/library/App/Controllers/GaController.php index 18bb929..3b17b01 100644 --- a/app/library/App/Controllers/GaController.php +++ b/app/library/App/Controllers/GaController.php @@ -30,6 +30,12 @@ class GaController extends CrudResourceController { const VIEW_ID = '119240817'; const SCOPE = 'https://www.googleapis.com/auth/analytics.readonly'; + /** + * Check permission for input project + * + * @return array + * @throws Exception + */ public function checkAction() { $data = $this->getPostedData(); -- libgit2 0.21.4