| 1 | <?php |
||
| 4 | abstract class IsOK |
||
| 5 | { |
||
| 6 | abstract protected function IsOK(&$msg); |
||
| 7 | |||
| 8 | protected function isStringNotNullOrEmpty($str) |
||
| 18 | |||
| 19 | protected function isStringNotNull($str) |
||
| 29 | |||
| 30 | protected function isNotNullIstanceOf($var, $insanceOf) |
||
| 40 | |||
| 41 | protected function isValidArray($arr, $insanceOf, $minCount = -1, $maxCount = -1) |
||
| 62 | } |
||
| 63 |
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.