public/plugin/zoom/lib/API/RecordingFile.php
The property $file_size is not named in camelCase. Open
Open
class RecordingFile
{
use JsonDeserializableTrait;
/** @var string The recording file ID. Included in the response of general query. */
- Read upRead up
- Exclude checks
CamelCasePropertyName
Since: 0.2
It is considered best practice to use the camelCase notation to name attributes.
Example
class ClassName {
protected $property_name;
}
Source
The property $deleted_time is not named in camelCase. Open
Open
class RecordingFile
{
use JsonDeserializableTrait;
/** @var string The recording file ID. Included in the response of general query. */
- Read upRead up
- Exclude checks
CamelCasePropertyName
Since: 0.2
It is considered best practice to use the camelCase notation to name attributes.
Example
class ClassName {
protected $property_name;
}
Source
The property $meeting_id is not named in camelCase. Open
Open
class RecordingFile
{
use JsonDeserializableTrait;
/** @var string The recording file ID. Included in the response of general query. */
- Read upRead up
- Exclude checks
CamelCasePropertyName
Since: 0.2
It is considered best practice to use the camelCase notation to name attributes.
Example
class ClassName {
protected $property_name;
}
Source
The property $recording_end is not named in camelCase. Open
Open
class RecordingFile
{
use JsonDeserializableTrait;
/** @var string The recording file ID. Included in the response of general query. */
- Read upRead up
- Exclude checks
CamelCasePropertyName
Since: 0.2
It is considered best practice to use the camelCase notation to name attributes.
Example
class ClassName {
protected $property_name;
}
Source
The property $recording_start is not named in camelCase. Open
Open
class RecordingFile
{
use JsonDeserializableTrait;
/** @var string The recording file ID. Included in the response of general query. */
- Read upRead up
- Exclude checks
CamelCasePropertyName
Since: 0.2
It is considered best practice to use the camelCase notation to name attributes.
Example
class ClassName {
protected $property_name;
}
Source
The property $play_url is not named in camelCase. Open
Open
class RecordingFile
{
use JsonDeserializableTrait;
/** @var string The recording file ID. Included in the response of general query. */
- Read upRead up
- Exclude checks
CamelCasePropertyName
Since: 0.2
It is considered best practice to use the camelCase notation to name attributes.
Example
class ClassName {
protected $property_name;
}
Source
The property $file_type is not named in camelCase. Open
Open
class RecordingFile
{
use JsonDeserializableTrait;
/** @var string The recording file ID. Included in the response of general query. */
- Read upRead up
- Exclude checks
CamelCasePropertyName
Since: 0.2
It is considered best practice to use the camelCase notation to name attributes.
Example
class ClassName {
protected $property_name;
}
Source
The property $download_url is not named in camelCase. Open
Open
class RecordingFile
{
use JsonDeserializableTrait;
/** @var string The recording file ID. Included in the response of general query. */
- Read upRead up
- Exclude checks
CamelCasePropertyName
Since: 0.2
It is considered best practice to use the camelCase notation to name attributes.
Example
class ClassName {
protected $property_name;
}
Source
The property $recording_type is not named in camelCase. Open
Open
class RecordingFile
{
use JsonDeserializableTrait;
/** @var string The recording file ID. Included in the response of general query. */
- Read upRead up
- Exclude checks
CamelCasePropertyName
Since: 0.2
It is considered best practice to use the camelCase notation to name attributes.
Example
class ClassName {
protected $property_name;
}
Source
Member variable "recording_end" is not in valid camel caps format Open
Open
public $recording_end;
- Exclude checks
Member variable "play_url" is not in valid camel caps format Open
Open
public $play_url;
- Exclude checks
Member variable "recording_start" is not in valid camel caps format Open
Open
public $recording_start;
- Exclude checks
Member variable "deleted_time" is not in valid camel caps format Open
Open
public $deleted_time;
- Exclude checks
Member variable "meeting_id" is not in valid camel caps format Open
Open
public $meeting_id;
- Exclude checks
Variable "download_url" is not in valid camel caps format Open
Open
return $this->download_url.'?access_token='.$token;
- Exclude checks
Member variable "download_url" is not in valid camel caps format Open
Open
public $download_url;
- Exclude checks
Member variable "file_type" is not in valid camel caps format Open
Open
public $file_type;
- Exclude checks
Member variable "recording_type" is not in valid camel caps format Open
Open
public $recording_type;
- Exclude checks
Member variable "file_size" is not in valid camel caps format Open
Open
public $file_size;
- Exclude checks