public/plugin/zoom/lib/API/PastMeeting.php
The property $host_id is not named in camelCase. Open
Open
class PastMeeting extends Meeting
{
/** @var string unique meeting instance ID */
public $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 PastMeeting extends Meeting
{
/** @var string unique meeting instance ID */
public $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 $user_email is not named in camelCase. Open
Open
class PastMeeting extends Meeting
{
/** @var string unique meeting instance ID */
public $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 $end_time is not named in camelCase. Open
Open
class PastMeeting extends Meeting
{
/** @var string unique meeting instance ID */
public $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_minutes is not named in camelCase. Open
Open
class PastMeeting extends Meeting
{
/** @var string unique meeting instance ID */
public $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 $user_name is not named in camelCase. Open
Open
class PastMeeting extends Meeting
{
/** @var string unique meeting instance ID */
public $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 $participants_count is not named in camelCase. Open
Open
class PastMeeting extends Meeting
{
/** @var string unique meeting instance ID */
public $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 "user_name" is not in valid camel caps format Open
Open
public $user_name;
- Exclude checks
Member variable "host_id" is not in valid camel caps format Open
Open
public $host_id;
- Exclude checks
Member variable "participants_count" is not in valid camel caps format Open
Open
public $participants_count;
- Exclude checks
Member variable "start_time" is not in valid camel caps format Open
Open
public $start_time;
- Exclude checks
Member variable "user_email" is not in valid camel caps format Open
Open
public $user_email;
- Exclude checks
Member variable "total_minutes" is not in valid camel caps format Open
Open
public $total_minutes;
- Exclude checks
Member variable "end_time" is not in valid camel caps format Open
Open
public $end_time;
- Exclude checks