Advertisement
deyanivanov966

Контролно ООП 04,11

Nov 4th, 2021
999
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. <?php
  2.  
  3. class Sgrada {
  4.     private $adres;
  5.    
  6.     function SetAdres ($adres) {
  7.         $this->adres=$adres;
  8.     }
  9.    
  10.     function GetAdres() {
  11.         echo "<p>Адрес</p>";
  12.     }
  13.    
  14. }
  15. ?>
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement