Example #1
0
 public static function createFromDBAL(Connection $connection)
 {
     $upsert = new self();
     $upsert->setConnectionDBAL($connection);
     return $upsert;
 }