Home
last modified time | relevance | path

Searched refs:p_label (Results 1 – 1 of 1) sorted by relevance

/plugin/database/
H A Ddatabase.php546 * @param string $p_label label for the column
553 function Column ($p_id, $p_name, $p_label, $p_mandatory, $p_unique, $p_type, $p_visible) { argument
561 $this->label = $p_label;