Paperyard
DocumentType.php
Go to the documentation of this file.
1 <?php
2 
4 
5 abstract class DocumentType
6 {
7  const PDF = 0;
8  const IMAGE = 1;
9  const OTHER = 2;
10 }