@@ -61,6 +61,9 @@ |
||
61 | 61 | return false; |
62 | 62 | } |
63 | 63 | |
64 | + /** |
|
65 | + * @param AOW_WorkFlow $parent |
|
66 | + */ |
|
64 | 67 | function save_lines($post_data, $parent, $key = ''){ |
65 | 68 | |
66 | 69 | require_once('modules/AOW_WorkFlow/aow_utils.php'); |
@@ -241,7 +241,7 @@ |
||
241 | 241 | * awu: Bug 16794 - this function is a hack to get the correct sales stage order until |
242 | 242 | * i can clean it up later |
243 | 243 | * |
244 | - * @param $query string |
|
244 | + * @param string $query string |
|
245 | 245 | * @return array |
246 | 246 | */ |
247 | 247 | function getChartData( |
@@ -107,6 +107,7 @@ |
||
107 | 107 | |
108 | 108 | /** |
109 | 109 | * @see SugarView::getModuleTitleIconPath() |
110 | + * @param string $module |
|
110 | 111 | */ |
111 | 112 | protected function getModuleTitleIconPath($module) |
112 | 113 | { |
@@ -68,7 +68,7 @@ |
||
68 | 68 | * Return the "breadcrumbs" to display at the top of the page |
69 | 69 | * |
70 | 70 | * @param bool $show_help optional, true if we show the help links |
71 | - * @return HTML string containing breadcrumb title |
|
71 | + * @return string string containing breadcrumb title |
|
72 | 72 | */ |
73 | 73 | public function getModuleTitle($show_help = true) |
74 | 74 | { |
@@ -61,6 +61,11 @@ |
||
61 | 61 | * @param string moduleName The name of the module to which this listview belongs |
62 | 62 | * @param string packageName If not empty, the name of the package to which this listview belongs |
63 | 63 | */ |
64 | + |
|
65 | + /** |
|
66 | + * @param string $view |
|
67 | + * @param string $moduleName |
|
68 | + */ |
|
64 | 69 | function __construct ($view, $moduleName , $packageName = '') |
65 | 70 | { |
66 | 71 | $this->search = ($view == MB_POPUPSEARCH) ? true : false; |
@@ -177,6 +177,9 @@ |
||
177 | 177 | return $ajax ; |
178 | 178 | } |
179 | 179 | |
180 | + /** |
|
181 | + * @param AbstractMetaDataParser|null $parser |
|
182 | + */ |
|
180 | 183 | function constructSmarty ($parser) |
181 | 184 | { |
182 | 185 | global $mod_strings; |