Home
last modified time | relevance | path

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

/plugin/database/
H A Ddatabase.php547 * @param number $p_mandatory lookup , 1=yes, 2= no
553 function Column ($p_id, $p_name, $p_label, $p_mandatory, $p_unique, $p_type, $p_visible) { argument
562 $this->mandatory = $p_mandatory;