Home
last modified time | relevance | path

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

/plugin/database/
H A Ddatabase.php549 * @param string $p_visible visible , 1=yes, 2= no
553 function Column ($p_id, $p_name, $p_label, $p_mandatory, $p_unique, $p_type, $p_visible) { argument
569 $this->visible = $p_visible;