flow.php 114 B

12345
  1. <?php
  2. public function getTableFields($table)
  3. {
  4. return $this->loadExtension('flow')->getTableFields($table);
  5. }