Esempio n. 1
0
 /**
  * @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);
 }
Esempio n. 2
0
 /**
  * @return array
  */
 public function getSourceMapping()
 {
     $source = $this->_component->getSource();
     $mapping = $source->getMapping();
     return $mapping;
 }