Centrales |  Componentes |  consola |  Debug |  Default |  Fuentes |  SalidaGrafica |  Seguridad |  SIUToba |  Varios |  Deprecated

toba_asercion

toba_asercion

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



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

static method arrays_igual_largo  [línea 35]

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

Parámetros:
mixed   array_1: 
mixed   array_2: 
mixed   texto: 





static method error  [línea 66]

  static mixed error( mixed texto )

Parámetros:
mixed   texto: 





static method es_array  [línea 24]

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

Parámetros:
mixed   array: 
mixed   texto: 
mixed   en_lugar_de: 





static method es_array_dimension  [línea 44]

  static mixed es_array_dimension( mixed array , mixed dimension , mixed texto = "ERROR: " ] )

Parámetros:
mixed   array: 
mixed   dimension: 
mixed   texto: 





static method es_array_o_null  [línea 56]

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

Parámetros:
mixed   array: 
mixed   texto: 





static method es_objeto  [línea 17]

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

Parámetros:
mixed   instancia: 
mixed   texto: 





static method no_es_nulo  [línea 10]

  static mixed no_es_nulo( mixed variable , mixed texto = "ATENCION, el elemento es NULO" ] )

Parámetros:
mixed   variable: 
mixed   texto: 






Desarrollado por SIU.
Documentación generada con phpDocumentor