Files
register/marko_unpacked/marko/cms/models/RegisterObjectFiles.php
T
Admin Nasledstvo ac168868ee Initial import
2026-05-01 20:52:04 +03:00

24 lines
399 B
PHP

<?php
namespace app\models;
/**
* Class RegisterObjectFields
* @package app\models
* @property $file_url
* @property $streaming_url
* @property $file_content_type
* @property $extension
* @property $size
* @property $file_ref_num
* @property $object_id
* @property $video_thumbnail
* @property $video_title
* @property $video_duration
*/
class RegisterObjectFiles extends _Base
{
}