modules/Settings/MeetingServices/views/List.php
Each class must be in a namespace of at least one level (a top-level vendor name) Open
Open
class Settings_MeetingServices_List_View extends Settings_Vtiger_List_View
- Exclude checks
The class Settings_MeetingServices_List_View is not named in CamelCase. Open
Open
class Settings_MeetingServices_List_View extends Settings_Vtiger_List_View
{
/** {@inheritdoc} */
public function getFooterScripts(App\Request $request)
{
- Read upRead up
- Exclude checks
CamelCaseClassName
Since: 0.2
It is considered best practice to use the CamelCase notation to name classes.
Example
class class_name {
}
Source
Spaces must be used to indent lines; tabs are not allowed Open
Open
/** {@inheritdoc} */
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
'libraries.clipboard.dist.clipboard'
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
{
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
}
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
]));
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
public function getFooterScripts(App\Request $request)
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
return array_merge(parent::getFooterScripts($request), $this->checkAndConvertJsScripts([
- Exclude checks
Class name "Settings_MeetingServices_List_View" is not in camel caps format Open
Open
class Settings_MeetingServices_List_View extends Settings_Vtiger_List_View
- Exclude checks