Skip to content

Commit b18fd8f

Browse files
authored
Merge pull request #6 from techdivision/pac-583-blacklisting
2 parents fea0788 + 8674bf7 commit b18fd8f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/ConfigurationInterface.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,4 +466,20 @@ public function setFilename($filename);
466466
* @return string The explicit filename
467467
*/
468468
public function getFilename();
469+
470+
/**
471+
* Set's the array with the black List.
472+
*
473+
* @param array $blackListings The Black Listing
474+
*
475+
* @return void
476+
*/
477+
public function setBlackListings(array $blackListings);
478+
479+
/**
480+
* Return's the array with the black List.
481+
*
482+
* @return array The Black List
483+
*/
484+
public function getBlackListings();
469485
}

0 commit comments

Comments
 (0)