Example #1
0
 public static function newFromPDO(PDO $pdo)
 {
     return new static($pdo->getDatabaseResource());
 }