Class TTvaTypeFo

Description

Manage the types of tva

  • author: SimpliciWeb
  • version: $Id: t_tvatype_fo.class.php 602 2007-07-18 16:18:38Z stephanet $
  • todo: -c Implement .les TVA n'etant pas nombreuses on porrait envisager de les loader en mémoire pour eviter de faire un select a chaque coup

Located in /core/internal_components/front_sites/t_tvatype/t_tvatype_fo.class.php (line 60)


	
			
Variable Summary
Method Summary
 bool get (integer $p_tty_id,  &$r_array, array $r_array)
 bool isNotValidId (string $p_value)
 bool isNotValidName (string $p_value)
 bool isNotValidValue (string $p_value)
Variables
DbConnexion $m_object_dbconnexion = NULL (line 110)

Database Connexion object

Format $m_object_format = NULL (line 122)

Format Object

siteInformation $m_object_siteinformation = NULL (line 116)

SiteInformation Object

string $req_count_tproductmaster = "" (line 97)

SQL Request : count product master

string $req_delete = "" (line 73)

SQL Request : Delete

string $req_insert = "" (line 67)

SQL Request : Insert

string $req_select = "" (line 85)

SQL Request : Select

string $req_select_by_value = "" (line 91)

SQL Request : Select by value

string $req_select_one = "" (line 103)

SQL Request : Select one

string $req_update = "" (line 79)

SQL Request : Update

Methods
Constructor TTvaTypeFo (line 133)

Constructor, init the requests and objects

TTvaTypeFo TTvaTypeFo ()
get (line 187)

get

  • return: TRUE on error
bool get (integer $p_tty_id,  &$r_array, array $r_array)
  • integer $p_tty_id
  • array $r_array
  • &$r_array
isNotValidId (line 155)

Parameter Integrity checker

  • return: TRUE if not valid
  • access: private
bool isNotValidId (string $p_value)
  • string $p_value
isNotValidName (line 165)

Parameter Integrity checker

  • return: TRUE if not valid
  • access: private
bool isNotValidName (string $p_value)
  • string $p_value
isNotValidValue (line 175)

Parameter Integrity checker

  • return: TRUE if not valid
  • access: private
bool isNotValidValue (string $p_value)
  • string $p_value

Documentation generated on Tue, 25 Mar 2008 15:37:29 +0100 by phpDocumentor 1.3.2