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 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 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 error( $texto )

Parámetros:
   $texto: 





static method es_array  [línea 24]

  static 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 es_array_dimension( $array , $dimension , $texto = "ERROR: " ] )

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





static method es_array_o_null  [línea 56]

  static 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 es_objeto( $instancia , $texto = "ATENCION, el elemento no es un OBJETO" ] )

Parámetros:
   $instancia: 
   $texto: 





static method no_es_nulo  [línea 10]

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

Parámetros:
   $variable: 
   $texto: 






Desarrollado por SIU.
Documentación generada con phpDocumentor