Subversion Repositories oidplus

Rev

Rev 1116 | Rev 1171 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1116 Rev 1131
Line 21... Line 21...
21
 
21
 
22
// phpcs:disable PSR1.Files.SideEffects
22
// phpcs:disable PSR1.Files.SideEffects
23
\defined('INSIDE_OIDPLUS') or die;
23
\defined('INSIDE_OIDPLUS') or die;
24
// phpcs:enable PSR1.Files.SideEffects
24
// phpcs:enable PSR1.Files.SideEffects
25
 
25
 
26
class OIDplusPageRaObjectLog extends OIDplusPagePluginRa {
26
class OIDplusPageRaObjectLog extends OIDplusPagePluginRa
-
 
27
        implements INTF_OID_1_3_6_1_4_1_37476_2_5_2_3_2 /* modifyContent */
-
 
28
{
27
 
29
 
28
        /**
30
        /**
29
         * @param bool $html
31
         * @param bool $html
30
         * @return void
32
         * @return void
31
         */
33
         */
Line 54... Line 56...
54
 
56
 
55
                return false;
57
                return false;
56
        }
58
        }
57
 
59
 
58
        /**
60
        /**
59
         * @param string $id
-
 
60
         * @return bool
-
 
61
         */
-
 
62
        public function implementsFeature(string $id): bool {
-
 
63
                if (strtolower($id) == '1.3.6.1.4.1.37476.2.5.2.3.2') return true; // modifyContent
-
 
64
                return false;
-
 
65
        }
-
 
66
 
-
 
67
        /**
-
 
68
         * Implements interface 1.3.6.1.4.1.37476.2.5.2.3.2
61
         * Implements interface INTF_OID_1_3_6_1_4_1_37476_2_5_2_3_2
69
         * @param string $id
62
         * @param string $id
70
         * @param string $title
63
         * @param string $title
71
         * @param string $icon
64
         * @param string $icon
72
         * @param string $text
65
         * @param string $text
73
         * @return void
66
         * @return void