예제 #1
0
 /**
  * Constructor.
  *
  * @param   Connection  $conn
  * @param   string      $table
  */
 public function __construct($conn, $table)
 {
     $this->schema = $conn->getSchemaManager();
     $this->table = $table;
 }