Class **Phalcon\\Mvc\\Model\\MetaData\\Strategy\\Introspection** ================================================================ *implements* :doc:`Phalcon\\Mvc\\Model\\MetaData\\StrategyInterface ` .. role:: raw-html(raw) :format: html :raw-html:`Source on GitHub` Queries the table meta-data in order to introspect the model's metadata Methods ------- final public **getMetaData** (:doc:`Phalcon\\Mvc\\ModelInterface ` $model, :doc:`Phalcon\\DiInterface ` $dependencyInjector) The meta-data is obtained by reading the column descriptions from the database information schema final public **getColumnMaps** (:doc:`Phalcon\\Mvc\\ModelInterface ` $model, :doc:`Phalcon\\DiInterface ` $dependencyInjector) Read the model's column map, this can't be inferred