File manager - Edit - /home/missmand/public_html/learning/old/main/inc/entity/repository/forum_notification_repository.class.php
Back
<?php namespace Entity\Repository; use \db; /** * * @license see /license.txt * @author autogenerated */ class ForumNotificationRepository extends \EntityRepository { /** * @return \Entity\Repository\ForumNotificationRepository */ public static function instance(){ static $result = false; if($result === false){ $result = db::instance()->get_repository('\Entity\ForumNotification'); } return $result; } /** * * @param EntityManager $em The EntityManager to use. * @param ClassMetadata $class The class descriptor. */ public function __construct($em, $class){ parent::__construct($em, $class); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings