Ejemplo n.º 1
0
 protected function applyRowFilter($filter, \TestDbAcle\Psv\PsvTree $dataTree)
 {
     foreach ($dataTree->getTables() as $table) {
         $table->setData($this->filterTable($filter, $table->getName(), $table->toArray()));
     }
     return $dataTree;
 }
Ejemplo n.º 2
0
 public function process(\TestDbAcle\Psv\PsvTree $tableList)
 {
     foreach ($tableList->getTables() as $table) {
         $this->processTable($table);
     }
 }