The method __PROXYcreateInstance is not named in camelCase.
This check marks method names that have not been written in camelCase.
In camelCase names are written without any punctuation, the start of each new word being marked
by a capital letter. Thus the name database connection string becomes databaseConnectionString.
Loading history...
15
16
/**
17
* Set class to redirect methodcalls to
18
* @param $instanceClass
19
* @return mixed
20
*/
21
public static function setInstanceClass($instanceClass);
22
23
/**
24
* Make sure, that the current proxies instances original class
25
* is of the same type as the original class of the ...whatever...
The method __PROXYcheckInstance is not named in camelCase.
This check marks method names that have not been written in camelCase.
In camelCase names are written without any punctuation, the start of each new word being marked
by a capital letter. Thus the name database connection string becomes databaseConnectionString.
This check marks method names that have not been written in camelCase.
In camelCase names are written without any punctuation, the start of each new word being marked by a capital letter. Thus the name database connection string becomes
databaseConnectionString
.