24 lines
399 B
PHP
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
|
|
{
|
|
|
|
}
|