Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Sep 4, 2024
1 parent d797b8e commit ad54c95
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions library/Icingadb/Model/UnreachableParent.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,22 @@
use ipl\Sql\Select;
use ipl\Stdlib\Filter;

/**
* Class UnreachableParent
*
* @property string $id
* @property int $level
* @property ?string $host_id
* @property ?string $service_id
* @property ?string $redundancy_group_id
* @property ?string $dependency_id
* @property int $is_group_member
*
* @property (?Host)|Query $host
* @property (?Service)|Query $service
* @property (?RedundancyGroup)|Query $redundancy_group
* @property (?Dependency)|Query $dependency
*/
class UnreachableParent extends Model
{
public function getTableName(): string
Expand Down

0 comments on commit ad54c95

Please sign in to comment.