Logo
Explore Help
Sign In
doryan/BloomPatched
1
0
Fork 0
You've already forked BloomPatched
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
master
BloomPatched/build/scripts/Targets/TargetDescriptionFiles/Pad.php

15 lines
258 B
PHP
Raw Permalink Normal View History

TDF and TDF script changes (application changes pending): - Added new `pad` element to TDFs - Refactored `pin` and `signal` elements to accommodate new `pad` element - Improved validation of signal-to-pad relation in TDF validation script - Added key attribute to `variant` element - Removed `package` attribute from `variant` element
2024-08-13 22:17:49 +01:00
<?php
namespace Targets\TargetDescriptionFiles;
class Pad
{
public ?string $key = null;
public ?string $name = null;
public function __construct(?string $key, ?string $name)
{
$this->key = $key;
$this->name = $name;
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.0 Page: 29ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API