class/FacultySupervisor.php
Call to method __construct
from undeclared class \Intern\PHPWS_DB
Open
Open
return new PHPWS_DB('intern_faculty_supervisor');
- Create a ticketCreate a ticket
- Exclude checks
Saw an @override annotation for method \Intern\FacultySupervisor::getDb,
but could not find an overridden method and it is not a magic method Open
Open
public function getDb()
- Create a ticketCreate a ticket
- Exclude checks
The property $last_name is not named in camelCase. Open
Open
class FacultySupervisor extends Model
{
public $first_name;
public $last_name;
public $phone;
- Read upRead up
- Create a ticketCreate a ticket
- 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 $department_id is not named in camelCase. Open
Open
class FacultySupervisor extends Model
{
public $first_name;
public $last_name;
public $phone;
- Read upRead up
- Create a ticketCreate a ticket
- 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 $first_name is not named in camelCase. Open
Open
class FacultySupervisor extends Model
{
public $first_name;
public $last_name;
public $phone;
- Read upRead up
- Create a ticketCreate a ticket
- 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 $faculty_last_name is not named in camelCase. Open
Open
class FacultySupervisor extends Model
{
public $first_name;
public $last_name;
public $phone;
- Read upRead up
- Create a ticketCreate a ticket
- 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;
}