getPma() 공개 메소드

Get the PMA flag
public getPma ( ) : boolean
리턴 boolean
예제 #1
0
 public function testSetAndGetPma()
 {
     $d = new Data(__DIR__ . '/../tmp/test.sql');
     $d->setPma(true);
     $this->assertTrue($d->getPma());
 }