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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <benakamoorthi@fastmail.fm>2013-12-08 06:36:27 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2013-12-08 06:36:27 +0400
commit4cafa9e3c79051476c54ad81a3e73e7242e7775a (patch)
tree431054418bf63b5094e5c4be961ab420278d289e /core/Plugin/ConsoleCommand.php
parent87d676dbff31adb4c1cf389cd66511434ab925ab (diff)
Refs #4200 revised some of class/method docs.
Diffstat (limited to 'core/Plugin/ConsoleCommand.php')
-rw-r--r--core/Plugin/ConsoleCommand.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/Plugin/ConsoleCommand.php b/core/Plugin/ConsoleCommand.php
index 4c0169ae33..54405256a5 100644
--- a/core/Plugin/ConsoleCommand.php
+++ b/core/Plugin/ConsoleCommand.php
@@ -23,6 +23,11 @@ use Symfony\Component\Console\Input\InputInterface;
*/
class ConsoleCommand extends SymfonyCommand
{
+ /**
+ * Constructor.
+ *
+ * @param string|null $name The name of the command, eg, `'generate:api'`.
+ */
public function __construct($name = null)
{
if (!Common::isPhpCliMode()) {