rawInstance() 공개 정적인 메소드

raw instance helper
부터: 2.4.0
public static rawInstance ( ) : Db
리턴 Db
예제 #1
0
 /**
  * testRawInstance
  *
  * @since 2.4.0
  */
 public function testRawInstance()
 {
     /* actual */
     $actual = Db::rawInstance()->getDb();
     /* compare */
     $this->assertInstanceOf('PDO', $actual);
 }