Skip to content

Commit 4023786

Browse files
committed
Dev: Missing comment
1 parent 8a2cc64 commit 4023786

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Editor/Options.php

+8
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,14 @@ public function exec($db, $refresh, $search = null, $find = null)
439439
return $out;
440440
}
441441

442+
/**
443+
* Get the list of options from the database based on the configuration.
444+
*
445+
* @param Database $db Database connection
446+
* @param array|false $find Values to search for
447+
*
448+
* @return array List of data from the db
449+
*/
442450
public function execDb($db, $find)
443451
{
444452
if (!$this->_table) {

0 commit comments

Comments
 (0)