Initial import
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<?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
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user