Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 1176 → Rev 1177

/trunk/includes/classes/OIDplusBaseConfig.class.php
34,6 → 34,14
protected $data = array();
 
/**
* @return string[]
*/
public function getAllKeys(): array {
// TODO: put this method into the interface OIDplusGetterSetterInterface
return array_keys($this->data);
}
 
/**
* @param string $name
* @param mixed|null $default
* @return mixed|null