Pinq\Tests\StreamingHTMLPrinter::setDebug PHP 메소드

setDebug() 공개 정적인 메소드

public static setDebug ( $flag )
    public static function setDebug($flag)
    {
        self::$shouldDebug = $flag;
    }