@@ -3,8 +3,8 @@ discard block |
||
| 3 | 3 | namespace PHPPgAdmin; |
| 4 | 4 | |
| 5 | 5 | /** |
| 6 | - * A class that implements the plugin's system |
|
| 7 | - */ |
|
| 6 | + * A class that implements the plugin's system |
|
| 7 | + */ |
|
| 8 | 8 | |
| 9 | 9 | class PluginManager |
| 10 | 10 | { |
@@ -28,11 +28,11 @@ discard block |
||
| 28 | 28 | |
| 29 | 29 | /** |
| 30 | 30 | * Register the plugins |
| 31 | - * |
|
| 32 | - * @param \Slim\Container $container |
|
| 33 | - * @internal param $this ->language - Language that have been used. |
|
| 34 | - * @throws \Interop\Container\Exception\ContainerException |
|
| 35 | - * @throws \Slim\Exception\ContainerValueNotFoundException |
|
| 31 | + * |
|
| 32 | + * @param \Slim\Container $container |
|
| 33 | + * @internal param $this ->language - Language that have been used. |
|
| 34 | + * @throws \Interop\Container\Exception\ContainerException |
|
| 35 | + * @throws \Slim\Exception\ContainerValueNotFoundException |
|
| 36 | 36 | */ |
| 37 | 37 | public function __construct(\Slim\Container $container) |
| 38 | 38 | { |
@@ -68,7 +68,7 @@ discard block |
||
| 68 | 68 | |
| 69 | 69 | /** |
| 70 | 70 | * Add a plugin in the list of plugins to manage |
| 71 | - * |
|
| 71 | + * |
|
| 72 | 72 | * @param $plugin - Instance from plugin |
| 73 | 73 | */ |
| 74 | 74 | public function add_plugin($plugin) |
@@ -106,7 +106,7 @@ discard block |
||
| 106 | 106 | |
| 107 | 107 | /** |
| 108 | 108 | * Execute the plugins hook functions when needed. |
| 109 | - * |
|
| 109 | + * |
|
| 110 | 110 | * @param $hook - The place where the function will be called |
| 111 | 111 | * @param $function_args - An array reference with arguments to give to called function |
| 112 | 112 | */ |
@@ -126,7 +126,7 @@ discard block |
||
| 126 | 126 | |
| 127 | 127 | /** |
| 128 | 128 | * Execute a plugin's action |
| 129 | - * |
|
| 129 | + * |
|
| 130 | 130 | * @param $plugin_name - The plugin name. |
| 131 | 131 | * @param $action - action that will be executed. |
| 132 | 132 | */ |
@@ -3,9 +3,9 @@ |
||
| 3 | 3 | namespace PHPPgAdmin\Help; |
| 4 | 4 | |
| 5 | 5 | /** |
| 6 | - * Help links for PostgreSQL 9.6 documentation |
|
| 7 | - * |
|
| 8 | - */ |
|
| 6 | + * Help links for PostgreSQL 9.6 documentation |
|
| 7 | + * |
|
| 8 | + */ |
|
| 9 | 9 | class PostgresDoc96 extends PostgresDoc95 |
| 10 | 10 | { |
| 11 | 11 | public function __construct($conf, $major_version) |
@@ -3,10 +3,10 @@ |
||
| 3 | 3 | namespace PHPPgAdmin\Help; |
| 4 | 4 | |
| 5 | 5 | /** |
| 6 | - * Help links for PostgreSQL 8.4 documentation |
|
| 7 | - * |
|
| 8 | - * $Id: PostgresDoc84.php,v 1.3 2008/11/18 21:35:48 ioguix Exp $ |
|
| 9 | - */ |
|
| 6 | + * Help links for PostgreSQL 8.4 documentation |
|
| 7 | + * |
|
| 8 | + * $Id: PostgresDoc84.php,v 1.3 2008/11/18 21:35:48 ioguix Exp $ |
|
| 9 | + */ |
|
| 10 | 10 | class PostgresDoc84 extends PostgresDoc83 |
| 11 | 11 | { |
| 12 | 12 | public function __construct($conf, $major_version) |
@@ -3,10 +3,10 @@ |
||
| 3 | 3 | namespace PHPPgAdmin\Help; |
| 4 | 4 | |
| 5 | 5 | /** |
| 6 | - * Help links for PostgreSQL 8.0 documentation |
|
| 7 | - * |
|
| 8 | - * $Id: PostgresDoc80.php,v 1.5 2005/02/16 10:27:44 jollytoad Exp $ |
|
| 9 | - */ |
|
| 6 | + * Help links for PostgreSQL 8.0 documentation |
|
| 7 | + * |
|
| 8 | + * $Id: PostgresDoc80.php,v 1.5 2005/02/16 10:27:44 jollytoad Exp $ |
|
| 9 | + */ |
|
| 10 | 10 | class PostgresDoc80 extends PostgresDoc74 |
| 11 | 11 | { |
| 12 | 12 | public function __construct($conf, $major_version) |
@@ -3,10 +3,10 @@ |
||
| 3 | 3 | namespace PHPPgAdmin\Help; |
| 4 | 4 | |
| 5 | 5 | /** |
| 6 | - * Help links for PostgreSQL 9.0 documentation |
|
| 7 | - * |
|
| 8 | - * $Id: PostgresDoc84.php,v 1.3 2008/11/18 21:35:48 ioguix Exp $ |
|
| 9 | - */ |
|
| 6 | + * Help links for PostgreSQL 9.0 documentation |
|
| 7 | + * |
|
| 8 | + * $Id: PostgresDoc84.php,v 1.3 2008/11/18 21:35:48 ioguix Exp $ |
|
| 9 | + */ |
|
| 10 | 10 | class PostgresDoc90 extends PostgresDoc84 |
| 11 | 11 | { |
| 12 | 12 | public function __construct($conf, $major_version) |
@@ -3,10 +3,10 @@ |
||
| 3 | 3 | namespace PHPPgAdmin\Help; |
| 4 | 4 | |
| 5 | 5 | /** |
| 6 | - * Help links for PostgreSQL 9.1 documentation |
|
| 7 | - * |
|
| 8 | - * $Id: PostgresDoc84.php,v 1.3 2008/11/18 21:35:48 ioguix Exp $ |
|
| 9 | - */ |
|
| 6 | + * Help links for PostgreSQL 9.1 documentation |
|
| 7 | + * |
|
| 8 | + * $Id: PostgresDoc84.php,v 1.3 2008/11/18 21:35:48 ioguix Exp $ |
|
| 9 | + */ |
|
| 10 | 10 | class PostgresDoc91 extends PostgresDoc90 |
| 11 | 11 | { |
| 12 | 12 | public function __construct($conf, $major_version) |
@@ -3,10 +3,10 @@ |
||
| 3 | 3 | namespace PHPPgAdmin\Help; |
| 4 | 4 | |
| 5 | 5 | /** |
| 6 | - * Help links for PostgreSQL 8.1 documentation |
|
| 7 | - * |
|
| 8 | - * $Id: PostgresDoc81.php,v 1.3 2006/12/28 04:26:55 xzilla Exp $ |
|
| 9 | - */ |
|
| 6 | + * Help links for PostgreSQL 8.1 documentation |
|
| 7 | + * |
|
| 8 | + * $Id: PostgresDoc81.php,v 1.3 2006/12/28 04:26:55 xzilla Exp $ |
|
| 9 | + */ |
|
| 10 | 10 | class PostgresDoc81 extends PostgresDoc80 |
| 11 | 11 | { |
| 12 | 12 | public function __construct($conf, $major_version) |
@@ -3,10 +3,10 @@ |
||
| 3 | 3 | namespace PHPPgAdmin\Help; |
| 4 | 4 | |
| 5 | 5 | /** |
| 6 | - * Help links for PostgreSQL 8.3 documentation |
|
| 7 | - * |
|
| 8 | - * $Id: PostgresDoc83.php,v 1.3 2008/03/17 21:35:48 ioguix Exp $ |
|
| 9 | - */ |
|
| 6 | + * Help links for PostgreSQL 8.3 documentation |
|
| 7 | + * |
|
| 8 | + * $Id: PostgresDoc83.php,v 1.3 2008/03/17 21:35:48 ioguix Exp $ |
|
| 9 | + */ |
|
| 10 | 10 | class PostgresDoc83 extends PostgresDoc82 |
| 11 | 11 | { |
| 12 | 12 | public function __construct($conf, $major_version) |
@@ -3,8 +3,8 @@ |
||
| 3 | 3 | namespace PHPPgAdmin\Help; |
| 4 | 4 | |
| 5 | 5 | /** |
| 6 | - * Help links for PostgreSQL 7.4 documentation |
|
| 7 | - */ |
|
| 6 | + * Help links for PostgreSQL 7.4 documentation |
|
| 7 | + */ |
|
| 8 | 8 | class PostgresDoc74 |
| 9 | 9 | { |
| 10 | 10 | use \PHPPgAdmin\HelperTrait; |