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

toba_constructor

toba_constructor

Ubicada en php/nucleo/componentes/toba_constructor.php [line 6]



Métodos Propios
static \objeto   buscar_runtime()  
static void   cargar_clase()  
static \info_componente   get_info()  
static void   get_metadatos_compilados()  
static \objeto   get_runtime()  
static void   get_runtime_clase_y_datos()  
static void   get_runtime_objeto()  
static void   set_refresco_forzado()  

static method buscar_runtime  [línea 142]

  static \objeto buscar_runtime( array $id , $numero_instancia )

Retorna el objeto-php que representa un runtime YA INSTANCIADO previamente con con get_runtime()
Parámetros:
array   $id: 
   $numero_instancia: 





static method cargar_clase  [línea 70]

  static cargar_clase( $datos , $id_proyecto )

Parámetros:
   $datos: 
   $id_proyecto: 





static method get_info  [línea 109]

  static \info_componente get_info( array $id , string $tipo = null ] , boolean $en_profundidad = true ] , array $datos = null ] , boolean $refrescar_cache = false ] , $resumidos = false ] )

Retorna un objeto de consultas sobre un componente-toba
Parámetros:
array   $id: 
string   $tipo: 
boolean   $en_profundidad: 
array   $datos: 
boolean   $refrescar_cache: 
   $resumidos: 





static method get_metadatos_compilados  [línea 154]

  static get_metadatos_compilados( $id , $item = false ] )

Retorna la definicion compilada de un componente
Parámetros:
   $id: 
   $item: 





static method get_runtime  [línea 20]

  static \objeto get_runtime( array $id , string $tipo = null ] , boolean $usar_cache = false ] )

Retorna el objeto-php que representa un runtime de un componente-toba
Parámetros:
array   $id: 
string   $tipo: 
boolean   $usar_cache: 





static method get_runtime_clase_y_datos  [línea 26]

  static get_runtime_clase_y_datos( $id , $tipo = null ] , $usar_cache = false ] )

Parámetros:
   $id: 
   $tipo: 
   $usar_cache: 





static method get_runtime_objeto  [línea 75]

  static get_runtime_objeto( $id , $tipo , $clase , $datos )

Parámetros:
   $id: 
   $tipo: 
   $clase: 
   $datos: 





static method set_refresco_forzado  [línea 184]

  static set_refresco_forzado( $refrescar )

Fuerza a que todos los componentes requeridos en este pedido de página no surjan de algún cache (util para testeos)
Parámetros:
   $refrescar: 






Desarrollado por SIU.
Documentación generada con phpDocumentor