view.class.php 108 B

123456789
  1. <?php
  2. class view {
  3. public function printPage(string $_view, array $_array){
  4. }
  5. }