Add PHPDoc to ::addColumns()

refs #4498
This commit is contained in:
Alexander A. Klimov 2015-05-19 10:11:54 +02:00
parent 0bde465295
commit d539a0e017
1 changed files with 6 additions and 0 deletions

View File

@ -644,6 +644,12 @@ class Monitoring_ListController extends Controller
return $query;
}
/**
* Get columns to be added from URL parameter 'addColumns'
* and assign to $this->view->addColumns (as array)
*
* @return array
*/
protected function addColumns()
{
$columns = preg_split(