fix GiroUzenetsorszam case sensitive file/class name, change version to v.0.0.26
This commit is contained in:
16
common/components/giro/GiroUzenetsorszam.php
Normal file
16
common/components/giro/GiroUzenetsorszam.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
namespace common\components\giro;
|
||||
|
||||
use common\components\giro\GiroBase;
|
||||
|
||||
class GiroUzenetsorszam extends GiroBase{
|
||||
|
||||
public $osszeallitasDatuma;
|
||||
public $sorszam;
|
||||
|
||||
public function toString( ) {
|
||||
return $this->osszeallitasDatuma . $this->szamKitolt( $this->sorszam,4);
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user