/** * @param array $args * @param string $module * * @return Array */ public function getList($args, $module) { $args = $this->_component->mapInput($args, $module); return $this->_component->getSource()->getList($args, $module); }
/** * @return array */ public function getSourceMapping() { $source = $this->_component->getSource(); $mapping = $source->getMapping(); return $mapping; }