This commit is contained in:
Igor Barkov [iwork]
2019-01-11 18:17:45 +02:00
parent dc70c360b7
commit 730c016367
2 changed files with 10 additions and 2 deletions
+3
View File
@@ -122,7 +122,10 @@ class Item
$this->mfuvorot = $row['mfuvorot'];
$this->mfauvorot = $row['mfauvorot'];
}
}
class ItemStats extends Item
{
public function printItemStats()
{
echo $this->name ." (Масса: ". $this->massa .")<br>";