| 1 | <?php |
||
| 10 | class StreetsDatabaseQuery extends AbstractDatabaseQuery |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * RegionsDatabaseQuery constructor. |
||
| 14 | */ |
||
| 15 | 8 | public function __construct() |
|
| 19 | |||
| 20 | /** |
||
| 21 | * Получаем улицы |
||
| 22 | * |
||
| 23 | * @return $this |
||
| 24 | */ |
||
| 25 | 7 | public function getStreets() |
|
| 31 | |||
| 32 | /** |
||
| 33 | * Address level равен улице |
||
| 34 | * |
||
| 35 | * @return $this |
||
| 36 | */ |
||
| 37 | 7 | public function addressLevel() |
|
| 43 | |||
| 44 | } |
||
| 45 |