portal.mkgtu.ru/common/components/tree/models/Property.php

9 lines
105 B
PHP
Raw Normal View History

2024-03-28 09:51:45 +03:00
<?php
namespace common\components\tree\models;
class Property {
public $name;
public $value;
}