1 | <?php |
||
4 | class DataObjectSorterRequirements extends Object |
||
5 | { |
||
6 | |||
7 | /** |
||
8 | * set to TRUE to add your own Requirements |
||
9 | * |
||
10 | * @var boolean |
||
11 | */ |
||
12 | private static $popup_link_requirements_have_been_added = false; |
||
13 | |||
14 | /** |
||
15 | * set to TRUE to add your own Requirements |
||
16 | * |
||
17 | * @var boolean |
||
18 | */ |
||
19 | private static $popup_requirements_have_been_added = false; |
||
20 | /** |
||
21 | * set to TRUE to add your own Requirements |
||
22 | * |
||
23 | * @var boolean |
||
24 | */ |
||
25 | private static $run_through_theme = false; |
||
26 | |||
27 | public static function popup_link_requirements() |
||
41 | |||
42 | /** |
||
43 | * |
||
44 | * |
||
45 | * @param string $type - one of the following: onefieldonerecord, onefield, onerecord, sorter |
||
46 | * @return [type] [description] |
||
|
|||
47 | */ |
||
48 | public static function popup_requirements($type) |
||
77 | } |
||
78 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.