public/plugin/zoom/lib/API/RecordingMeeting.php
The property $account_id is not named in camelCase. Open
Open
class RecordingMeeting
{
use JsonDeserializableTrait;
/** @var string Unique Meeting Identifier. Each instance of the meeting will have its own UUID. */
- 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 $total_size is not named in camelCase. Open
Open
class RecordingMeeting
{
use JsonDeserializableTrait;
/** @var string Unique Meeting Identifier. Each instance of the meeting will have its own UUID. */
- 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_count is not named in camelCase. Open
Open
class RecordingMeeting
{
use JsonDeserializableTrait;
/** @var string Unique Meeting Identifier. Each instance of the meeting will have its own UUID. */
- 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 $host_id is not named in camelCase. Open
Open
class RecordingMeeting
{
use JsonDeserializableTrait;
/** @var string Unique Meeting Identifier. Each instance of the meeting will have its own UUID. */
- 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_files is not named in camelCase. Open
Open
class RecordingMeeting
{
use JsonDeserializableTrait;
/** @var string Unique Meeting Identifier. Each instance of the meeting will have its own UUID. */
- 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 $share_url is not named in camelCase. Open
Open
class RecordingMeeting
{
use JsonDeserializableTrait;
/** @var string Unique Meeting Identifier. Each instance of the meeting will have its own UUID. */
- 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 $start_time is not named in camelCase. Open
Open
class RecordingMeeting
{
use JsonDeserializableTrait;
/** @var string Unique Meeting Identifier. Each instance of the meeting will have its own UUID. */
- 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 "host_id" is not in valid camel caps format Open
Open
public $host_id;
- Exclude checks
Member variable "total_size" is not in valid camel caps format Open
Open
public $total_size;
- Exclude checks
Variable "recording_files" is not in valid camel caps format Open
Open
$this->recording_files = [];
- Exclude checks
Member variable "account_id" is not in valid camel caps format Open
Open
public $account_id;
- Exclude checks
Member variable "share_url" is not in valid camel caps format Open
Open
public $share_url;
- Exclude checks
Member variable "recording_files" is not in valid camel caps format Open
Open
public $recording_files;
- Exclude checks
Member variable "start_time" is not in valid camel caps format Open
Open
public $start_time;
- Exclude checks
Member variable "recording_count" is not in valid camel caps format Open
Open
public $recording_count;
- Exclude checks