Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Figueroa <amenadiel@gmail.com>2018-02-15 20:31:16 +0300
committerFelipe Figueroa <amenadiel@gmail.com>2018-02-15 20:31:16 +0300
commit8acb0549b0048dfeba2fe8328b6e5ec909988630 (patch)
treeb2710d182b170b6dc5cb20814076ed3f6a420be7 /src/controllers/ViewpropertiesController.php
parent98110a7e5ae34fa3534e3cd49c318d07a4b0c0e6 (diff)
adds docblock to render method
Diffstat (limited to 'src/controllers/ViewpropertiesController.php')
-rw-r--r--src/controllers/ViewpropertiesController.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/controllers/ViewpropertiesController.php b/src/controllers/ViewpropertiesController.php
index cceb079a..afac462d 100644
--- a/src/controllers/ViewpropertiesController.php
+++ b/src/controllers/ViewpropertiesController.php
@@ -15,6 +15,9 @@ class ViewpropertiesController extends BaseController
{
public $controller_name = 'ViewpropertiesController';
+ /**
+ * Default method to render the controller according to the action parameter
+ */
public function render()
{
$conf = $this->conf;