Subversion Repositories oidplus

Rev

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

Rev 1130 Rev 1177
Line 32... Line 32...
32
         * @var array
32
         * @var array
33
         */
33
         */
34
        protected $data = array();
34
        protected $data = array();
35
 
35
 
36
        /**
36
        /**
-
 
37
         * @return string[]
-
 
38
         */
-
 
39
        public function getAllKeys(): array {
-
 
40
                // TODO: put this method into the interface OIDplusGetterSetterInterface
-
 
41
                return array_keys($this->data);
-
 
42
        }
-
 
43
 
-
 
44
        /**
37
         * @param string $name
45
         * @param string $name
38
         * @param mixed|null $default
46
         * @param mixed|null $default
39
         * @return mixed|null
47
         * @return mixed|null
40
         */
48
         */
41
        public function getValue(string $name, $default=null) {
49
        public function getValue(string $name, $default=null) {