Logo white

Anastasia / clinica

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • clinica
  • frontend
  • microdata
  • test2.php
  • Микроданные для услуг
    cfb947e6
    alex authored
    2018-06-15 17:01:47 +0300  
    Browse Code »
test2.php 304 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
<?php
namespace frontend\microdata;
/**
 * Created by PhpStorm.
 * User: alex
 * Date: 15.06.18
 * Time: 14:38
 */


class test2
{
    public $name2='Jack';
    public $sorname2='Daniels';


    public  function getData2()
    {
        return ['name2'=>$this->name2,'sorname2'=>$this->sorname2];
    }
}