1 | <?php |
||
6 | class Except { |
||
7 | public $pluginsDirectories; |
||
8 | public $themesDirectories; |
||
9 | |||
10 | /** |
||
11 | * Creates Object of Watch Class |
||
12 | * |
||
13 | * @param array $pluginsDirectories Names of plugin folders to watch for |
||
14 | * Notices & Warnings |
||
15 | * @param array $themesDirectories Names of theme folders to watch for |
||
16 | * Notices and Warnings |
||
17 | */ |
||
18 | public function __construct($pluginsDirectories = [], $themesDirectories = []) |
||
31 | |||
32 | /** |
||
33 | * Constructor |
||
34 | */ |
||
35 | public static function pluginsDirectories($plugins) { |
||
44 | |||
45 | /** |
||
46 | * Constructor |
||
47 | */ |
||
48 | public static function themesDirectories() { |
||
56 | |||
57 | /** |
||
58 | * Constructor |
||
59 | */ |
||
60 | public static function blank() { |
||
63 | |||
64 | public function empty() { |
||
67 | |||
68 | public function emptyPlugins() { |
||
71 | |||
72 | public function emptyThemes() { |
||
75 | } |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.