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 mixed   cargar_clase()  
static \info_componente   get_info()  
static mixed   get_metadatos_compilados()  
static \objeto   get_runtime()  
static mixed   get_runtime_clase_y_datos()  
static mixed   get_runtime_objeto()  
static mixed   set_refresco_forzado()  

static method buscar_runtime  [línea 142]

  static \objeto buscar_runtime( array id , mixed numero_instancia )

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





static method cargar_clase  [línea 70]

  static mixed cargar_clase( mixed datos , mixed id_proyecto )

Parámetros:
mixed   datos: 
mixed   id_proyecto: 





static method get_info  [línea 109]

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

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





static method get_metadatos_compilados  [línea 154]

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

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





static method get_runtime  [línea 20]

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

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





static method get_runtime_clase_y_datos  [línea 26]

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

Parámetros:
mixed   id: 
mixed   tipo: 
mixed   usar_cache: 





static method get_runtime_objeto  [línea 75]

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

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





static method set_refresco_forzado  [línea 184]

  static mixed set_refresco_forzado( mixed 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:
mixed   refrescar: 






Desarrollado por SIU.
Documentación generada con phpDocumentor