This commit is contained in:
Igor Barkov [iwork]
2019-01-11 18:22:32 +02:00
parent fbc588981b
commit d68f9b232a
3 changed files with 16 additions and 9 deletions
-8
View File
@@ -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>";
}
}