Skip to content

Commit

Permalink
TableWithParentFilter: new interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Gelf committed Apr 21, 2023
1 parent a2d0ed4 commit c3e06bb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions library/Vspheredb/Web/Table/TableWithParentFilter.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

namespace Icinga\Module\Vspheredb\Web\Table;

interface TableWithParentFilter
{
public function filterParentUuids(array $uuids);
}

0 comments on commit c3e06bb

Please sign in to comment.