tests
This commit is contained in:
parent
fbc588981b
commit
d68f9b232a
@ -122,12 +122,4 @@ class Item
|
||||
$this->mfuvorot = $row['mfuvorot'];
|
||||
$this->mfauvorot = $row['mfauvorot'];
|
||||
}
|
||||
}
|
||||
|
||||
class ItemStats extends Item
|
||||
{
|
||||
public function printItemStats()
|
||||
{
|
||||
echo $this->name ." (Масса: ". $this->massa .")<br>";
|
||||
}
|
||||
}
|
15
classes/ItemClass.php
Normal file
15
classes/ItemClass.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: Lopar
|
||||
* Date: 11.01.2019
|
||||
* Time: 18:21
|
||||
*/
|
||||
|
||||
class ItemClass extends Item
|
||||
{
|
||||
public function printItemStats()
|
||||
{
|
||||
echo $this->name ." (Масса: ". $this->massa .")<br>";
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user