Paperyard
PluginType.php
Go to the documentation of this file.
1 <?php
2 
4 
5 abstract class PluginType
6 {
7  const NORMAL = 0;
8  const ONLY_CSS = 1;
9  const ONLY_JS = 2;
10 }