Solar_Sql_Model_Catalog::getInfo()

public array Solar_Sql_Model_Catalog::getInfo ( void )

Returns information about the catalog as an array with keys for 'names' (the model name-to-class mappings), 'store' (the classes actually loaded up and retained), and 'stack' (the search stack for models).

Parameters

  • None.

Returns

  • (array)

Description

Returns information about the catalog as an array with keys for 'names' (the model name-to-class mappings), 'store' (the classes actually loaded up and retained), and 'stack' (the search stack for models).



Local