modules/Settings/SMSNotifier/views/SMSAPI.php
Each class must be in a namespace of at least one level (a top-level vendor name) Open
Open
class Settings_SMSNotifier_SMSAPI_View extends Settings_SMSNotifier_Edit_View
- Exclude checks
The class Settings_SMSNotifier_SMSAPI_View is not named in CamelCase. Open
Open
class Settings_SMSNotifier_SMSAPI_View extends Settings_SMSNotifier_Edit_View
{
/** {@inheritdoc} */
public function getTemplateName(): string
{
- 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
public function getTemplateName(): string
- 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
return 'SMSAPI/Edit.tpl';
- Exclude checks
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
}
- Exclude checks
Class name "Settings_SMSNotifier_SMSAPI_View" is not in camel caps format Open
Open
class Settings_SMSNotifier_SMSAPI_View extends Settings_SMSNotifier_Edit_View
- Exclude checks