restaurants/Twenties.php
e421c421
 <?php
 class Twenties extends Restaurant {
 
 	function __construct() {
 
 		parent::__construct(
 			"Twenties",
 			"http://www.twenties.sk/",
 			["Polievka aj zradlo" => '//*[@id="article"]/div[2]/p[1]']
 		);
 	}
 }