repository = $repository; } public function matches( Match_Target $target ) { foreach ( $this->repository->all() as $user_group ) { if ( $user_group->matches( $target ) ) { return false; } } return true; } public function get_id() { return self::ID; } public function get_label() { return __( 'Everybody Else', 'it-l10n-ithemes-security-pro' ); } }