PHPSQLParser\PHPSQLCreator::__construct PHP Method

__construct() public method

public __construct ( $parsed = false )
    public function __construct($parsed = false)
    {
        if ($parsed) {
            $this->create($parsed);
        }
    }