Resources/Mpdf/Output/Destination.php

16 lines
148 B
PHP
Executable File

<?php
namespace Mpdf\Output;
class Destination
{
const FILE = 'F';
const DOWNLOAD = 'D';
const STRING_RETURN = 'S';
const INLINE = 'I';
}