phpDocumentor
[ árbol de herencia: Debug ] [ índice: Debug ] [ índice general ]

toba_asercion

Conjunto de aserciones básicas, en caso de fallo lanzan una excepción toba_error


		
		

Ubicada en /lib/toba_asercion.php [line 8]


See  toba_error

Métodos Propios
static void   arrays_igual_largo()  
static void   error()  
static void   es_array()  
static void   es_array_dimension()  
static void   es_array_o_null()  
static void   es_objeto()  
static void   no_es_nulo()  

static method arrays_igual_largo  [línea 35]

  static void arrays_igual_largo( $array_1, $array_2, [ $texto = "ATENCION, los arrays no tienen el mismo tamaño"]  )

Parámetros:
   $array_1: 
   $array_2: 
   $texto: 


static method error  [línea 66]

  static void error( $texto  )

Parámetros:
   $texto: 


static method es_array  [línea 24]

  static void es_array( $array, [ $texto = "ATENCION, el elemento no es un ARRAY"], [ $en_lugar_de = false]  )

Parámetros:
   $array: 
   $texto: 
   $en_lugar_de: 


static method es_array_dimension  [línea 44]

  static void es_array_dimension( $array, $dimension, [ $texto = "ERROR: "]  )

Parámetros:
   $array: 
   $dimension: 
   $texto: 


static method es_array_o_null  [línea 56]

  static void es_array_o_null( $array, [ $texto = "ATENCION, el elemento no es un ARRAY y no es NULO"]  )

Parámetros:
   $array: 
   $texto: 


static method es_objeto  [línea 17]

  static void es_objeto( $instancia, [ $texto = "ATENCION, el elemento no es un OBJETO"]  )

Parámetros:
   $instancia: 
   $texto: 


static method no_es_nulo  [línea 10]

  static void no_es_nulo( $variable, [ $texto = "ATENCION, el elemento es NULO"]  )

Parámetros:
   $variable: 
   $texto: 




Desarrollado por SIU.
Documentación generada con phpDocumentor 1.4.3