Exemplo n.º 1
0
 /**
  * @see parent::getProps()
  */
 function getProps()
 {
     $props = parent::getProps();
     // DB Fields
     $props["code"] = "str notNull length|11 seekable";
     $props["libelle"] = "str notNull seekable";
     return $props;
 }
Exemplo n.º 2
0
 /**
  * @see parent::getProps()
  */
 function getProps()
 {
     $props = parent::getProps();
     // DB Fields
     $props["code"] = "str notNull length|7";
     $props["modulateur"] = "str notNull length|2";
     // Plain Fields
     $props["_libelle"] = "str";
     return $props;
 }
Exemplo n.º 3
0
 /**
  * @see parent::getProps()
  */
 function getProps()
 {
     $props = parent::getProps();
     // DB Fields
     $props["code"] = "str notNull length|7 seekable show|0";
     $props["hierarchie"] = "str notNull maxLength|12 seekable show|0";
     $props["libelle"] = "str notNull seekable";
     $props["libelle_court"] = "str notNull seekable show|0";
     $props["ordre"] = "num max|100";
     return $props;
 }
 /**
  * @see parent::getProps()
  */
 function getProps()
 {
     $props = parent::getProps();
     // DB Fields
     $props["code"] = "str notNull length|7";
     $props["libelle"] = "str notNull";
     $props["dedie"] = "enum list|oui|non";
     $props["non_dedie"] = "enum list|possible|non";
     $props["collectif"] = "enum list|oui";
     $props["pluripro"] = "enum list|oui";
     $props["appareillage"] = "enum list|oui";
     return $props;
 }
Exemplo n.º 5
0
 /**
  * @see parent::getProps()
  */
 function getProps()
 {
     $props = parent::getProps();
     // DB Fields
     $props["code"] = "str notNull length|7 seekable";
     $props["idnote"] = "str notNull length|10";
     $props["typenote"] = "enum notNull list|avec_sans|codage|comprend|exclusion|exemple";
     $props["niveau"] = "num show|0";
     $props["libelle"] = "text notNull seekable";
     $props["ordre"] = "num show|0";
     $props["code_exclu"] = "str length|7 seekable";
     return $props;
 }
 /**
  * @see parent::getProps()
  */
 function getProps()
 {
     $props = parent::getProps();
     // DB Fields
     $props["hierarchie"] = "str notNull length|11 seekable";
     $props["idnote"] = "str notNull length|10";
     $props["typenote"] = "enum notNull list|aut_note|avec_sans|codage|compr_tit|def|exclusion|inclus";
     $props["niveau"] = "num show|0";
     $props["libelle"] = "text notNull seekable";
     $props["ordre"] = "num show|0";
     $props["hierarchie_exclue"] = "str length|11 seekable";
     $props["code_exclu"] = "str length|7 seekable";
     return $props;
 }