Ejemplo 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);
 }