Exemplo n.º 1
0
 /**
  * Lock the table to prevent insert, updates, or deletes between dropping and creating triggers.
  *
  * @param string $tableName Name of table
  */
 private function lockTable($tableName)
 {
     AuditDataLayer::lockTable($tableName);
 }