1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
class Twenties extends Restaurant {
function __construct() {
parent::__construct(
"Twenties",
"http://www.twenties.sk/",
["Polievka aj zradlo" => '//*[@id="article"]/div[2]/p[1]']
);
}