tests
This commit is contained in:
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user