File manager - Edit - /home/missmand/public_html/learning/old/main/inc/entity/track_c_browsers.class.php
Back
<?php namespace Entity; use Doctrine\ORM\Mapping as ORM; /** * * @license see /license.txt * @author autogenerated */ class TrackCBrowsers extends \Entity { /** * @return \Entity\Repository\TrackCBrowsersRepository */ public static function repository(){ return \Entity\Repository\TrackCBrowsersRepository::instance(); } /** * @return \Entity\TrackCBrowsers */ public static function create(){ return new self(); } /** * @var integer $id */ protected $id; /** * @var string $browser */ protected $browser; /** * @var integer $counter */ protected $counter; /** * Get id * * @return integer */ public function get_id() { return $this->id; } /** * Set browser * * @param string $value * @return TrackCBrowsers */ public function set_browser($value) { $this->browser = $value; return $this; } /** * Get browser * * @return string */ public function get_browser() { return $this->browser; } /** * Set counter * * @param integer $value * @return TrackCBrowsers */ public function set_counter($value) { $this->counter = $value; return $this; } /** * Get counter * * @return integer */ public function get_counter() { return $this->counter; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings