chamilo/chamilo-lms

View on GitHub
public/plugin/zoom/lib/API/RecordingFile.php

Summary

Maintainability
A
0 mins
Test Coverage

The property $file_size is not named in camelCase.
Open

class RecordingFile
{
    use JsonDeserializableTrait;

    /** @var string The recording file ID. Included in the response of general query. */

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

class RecordingFile
{
    use JsonDeserializableTrait;

    /** @var string The recording file ID. Included in the response of general query. */

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

class RecordingFile
{
    use JsonDeserializableTrait;

    /** @var string The recording file ID. Included in the response of general query. */

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

class RecordingFile
{
    use JsonDeserializableTrait;

    /** @var string The recording file ID. Included in the response of general query. */

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

class RecordingFile
{
    use JsonDeserializableTrait;

    /** @var string The recording file ID. Included in the response of general query. */

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

class RecordingFile
{
    use JsonDeserializableTrait;

    /** @var string The recording file ID. Included in the response of general query. */

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

class RecordingFile
{
    use JsonDeserializableTrait;

    /** @var string The recording file ID. Included in the response of general query. */

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

class RecordingFile
{
    use JsonDeserializableTrait;

    /** @var string The recording file ID. Included in the response of general query. */

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

class RecordingFile
{
    use JsonDeserializableTrait;

    /** @var string The recording file ID. Included in the response of general query. */

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

    public $recording_end;

Member variable "play_url" is not in valid camel caps format
Open

    public $play_url;

Member variable "recording_start" is not in valid camel caps format
Open

    public $recording_start;

Member variable "deleted_time" is not in valid camel caps format
Open

    public $deleted_time;

Member variable "meeting_id" is not in valid camel caps format
Open

    public $meeting_id;

Variable "download_url" is not in valid camel caps format
Open

        return $this->download_url.'?access_token='.$token;

Member variable "download_url" is not in valid camel caps format
Open

    public $download_url;

Member variable "file_type" is not in valid camel caps format
Open

    public $file_type;

Member variable "recording_type" is not in valid camel caps format
Open

    public $recording_type;

Member variable "file_size" is not in valid camel caps format
Open

    public $file_size;

There are no issues that match your filters.

Category
Status