| 1 | <?php |
||
| 4 | abstract class IsOK |
||
| 5 | { |
||
| 6 | abstract protected function IsOK(&$msg); |
||
| 7 | |||
| 8 | protected function isStringNotNullOrEmpty($str){ |
||
| 17 | |||
| 18 | protected function isStringNotNull($str) |
||
| 28 | |||
| 29 | protected function isNotNullIstanceOf($var, $insanceOf){ |
||
| 38 | |||
| 39 | protected function isValidArray($arr, $insanceOf, $minCount = -1, $maxCount = -1){ |
||
| 59 | } |
||
| 60 |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.