Subversion Repositories oidplus

Rev

Rev 1378 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1378 Rev 1379
Line 38... Line 38...
38
//       The paddings do not count into the WeLuhn check digit.
38
//       The paddings do not count into the WeLuhn check digit.
39
//
39
//
40
 
40
 
41
namespace Frdl\Weid;
41
namespace Frdl\Weid;
42
 
42
 
43
use ViaThinkSoft\OIDplus\OIDplusBaseClass;
-
 
44
 
-
 
45
class WeidOidConverter extends OIDplusBaseClass {
43
class WeidOidConverter {
46
 
44
 
47
        /**
45
        /**
48
         * @param string $str
46
         * @param string $str
49
         * @return false|int
47
         * @return false|int
50
         */
48
         */