new type API

This commit is contained in:
Roland Gruber 2017-04-01 09:57:03 +02:00
parent 3a3c88ba4b
commit 267cdcb31b
43 changed files with 49 additions and 46 deletions

View file

@ -401,7 +401,7 @@ class puppetClient extends baseModule {
* {@inheritDoc}
* @see baseModule::get_pdfEntries()
*/
function get_pdfEntries($pdfKeys) {
function get_pdfEntries($pdfKeys, $typeId) {
$return = array();
if (!in_array('puppetClient', $this->attributes['objectClass'])) {
return $return;