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

9 lines
105 B
PHP
Executable File

<?php
namespace common\components\tree\models;
class Property {
public $name;
public $value;
}