icingaweb2-module-director/library/Director/Objects/DynamicApplyMatches.php

15 lines
256 B
PHP
Raw Normal View History

<?php
namespace Icinga\Module\Director\Objects;
class DynamicApplyMatches extends ObjectApplyMatches
{
protected static $type = '';
public static function setType($type)
{
static::$type = $type;
return static::$type;
}
}