1 | <?php |
||
5 | class ISBN_For_PINP extends ISBN { |
||
6 | |||
7 | function __construct($groups_csv, $isbn, $ver) { |
||
11 | |||
12 | function _convert($isbnin, $verfrom = ISBN_VERSION_ISBN_10, $verto = ISBN_VERSION_ISBN_13) { |
||
15 | |||
16 | function _getCheckdigit() { |
||
19 | |||
20 | function _getEAN() { |
||
23 | |||
24 | function _getGroup() { |
||
27 | |||
28 | function _getISBN() { |
||
31 | |||
32 | function _getISBNDisplayable($format = '') { |
||
35 | |||
36 | function _setISBN($isbn) { |
||
39 | |||
40 | function _getPublisher() { |
||
43 | |||
44 | function _getTitle() { |
||
47 | |||
48 | function _isValid() { |
||
51 | |||
52 | function _validate($isbn, $ver = ISBN_DEFAULT_INPUTVERSION) { |
||
55 | |||
56 | function _getVersion() { |
||
59 | |||
60 | function _guessVersion($isbn) { |
||
63 | |||
64 | } |
||
65 | |||
74 |
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.