From d16ae8e766de848ed459454c59c74ed93e2546d9 Mon Sep 17 00:00:00 2001 From: puneet0191 Date: Mon, 17 Aug 2015 22:34:55 +0530 Subject: [PATCH 1/2] Updating the Functions list --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 578b10d..c7397b4 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ In between the available functions you can find: * set error reporting to development * search for item * check for item existence + * publish a module + * setting a module position and publishing it * EXTENSION MANAGER * install extension from Folder * install extension from url From 138ac304bc94d3419ebfdd51ed2c7b82c0141c7a Mon Sep 17 00:00:00 2001 From: puneet0191 Date: Mon, 17 Aug 2015 22:35:05 +0530 Subject: [PATCH 2/2] Updating Comments, and Functions description --- src/JoomlaBrowser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/JoomlaBrowser.php b/src/JoomlaBrowser.php index 9a54e40..3343e57 100644 --- a/src/JoomlaBrowser.php +++ b/src/JoomlaBrowser.php @@ -617,7 +617,7 @@ private function searchResultLanguageName($languageName) } /** - * Publishes a module on all frontend pages + * Publishes a module on frontend in given position * * @param string $module The full name of the module * @param string $position The template position of a module. Right position by default