1 2 3 4 5 6 7 8
<?php namespace Icinga\Module\Director\Objects; class HostApplyMatches extends ObjectApplyMatches { protected static $type = 'host'; }