Class TablesParameters

Description

This class is for use with function initializateDB.

All atributes are public and all must be setted before call the function

  • see: Model->initializateDB.

Located in /ModelClass.php (line 913)


	
			
Variable Summary
Method Summary
TablesParameters __construct ()
Bool validate ()
Variables
mixed $data_idx (line 920)
  • access: public
mixed $data_value (line 919)
  • access: public
mixed $elements_id (line 922)
  • access: public
mixed $elements_idx1 (line 924)
  • access: public
mixed $elements_idx2 (line 925)
  • access: public
mixed $elements_name (line 923)
  • access: public
mixed $elements_type (line 921)
  • access: public
mixed $struct_id (line 914)
  • access: public
mixed $struct_idx (line 918)
  • access: public
mixed $struct_lftrgt (line 917)
  • access: public
mixed $struct_type (line 916)
  • access: public
mixed $struct_value (line 915)
  • access: public
Methods
Constructor __construct (line 931)

This function constructs the parameters object with default values.

TablesParameters __construct ()
validate (line 953)

This function checks if all atributes are setted.

  • return: true if all atributes are setted. false if one of them isn't setted.
  • access: public
Bool validate ()

Documentation generated by phpDocumentor 1.4.3
Modified by Sergio Barja for S2 - Hierarchical Data Model documentation.