ptest/frm/View.php

21 строка
209 B
PHP
Исходник Обычный вид История

2017-01-22 23:47:24 +00:00
<?php
/**
* Created by PhpStorm.
* User: Игорь
* Date: 23.01.2017
* Time: 02:45
*/
2017-01-23 10:25:19 +00:00
namespace PFRM;
2017-01-22 23:47:24 +00:00
class View {
2017-01-23 10:25:19 +00:00
public $app;
2017-01-22 23:47:24 +00:00
2017-01-23 10:25:19 +00:00
function __construct() {
}
public function render( ) {
}
2017-01-22 23:47:24 +00:00
}