ParagonIE\EasyDB\EasyStatement::open PHP Method

open() public static method

Open a new statement.
public static open ( ) : self
return self
    public static function open() : self
    {
        return new static();
    }

Usage Example

Exemplo n.º 1
0
 public function testGroupParent()
 {
     $this->expectException(RuntimeException::class);
     EasyStatement::open()->endGroup();
 }