Private
Public Access
chg: dev: update all doc blocks on back-end #8
This commit is contained in:
@@ -22,7 +22,7 @@ use Doctrine\Persistence\ManagerRegistry;
|
||||
* @category Class
|
||||
* @license https://www.gnu.org/licenses/lgpl-3.0.en.html GNU Lesser General Public License
|
||||
* @link www.splendidbear.org
|
||||
* @since 2026. 04. 09.
|
||||
* @since 2019. 10. 27.
|
||||
*/
|
||||
class GamerRepository extends ServiceEntityRepository
|
||||
{
|
||||
|
||||
@@ -22,7 +22,7 @@ use Doctrine\Persistence\ManagerRegistry;
|
||||
* @category Class
|
||||
* @license https://www.gnu.org/licenses/lgpl-3.0.en.html GNU Lesser General Public License
|
||||
* @link www.splendidbear.org
|
||||
* @since 2026. 04. 09.
|
||||
* @since 2019. 10. 27.
|
||||
*
|
||||
* @method Grid|null find($id, $lockMode = null, $lockVersion = null)
|
||||
* @method Grid|null findOneBy(array $criteria, array $orderBy = null)
|
||||
|
||||
@@ -22,7 +22,7 @@ use Doctrine\Persistence\ManagerRegistry;
|
||||
* @category Class
|
||||
* @license https://www.gnu.org/licenses/lgpl-3.0.en.html GNU Lesser General Public License
|
||||
* @link www.splendidbear.org
|
||||
* @since 2026. 04. 09.
|
||||
* @since 2019. 10. 27.
|
||||
*
|
||||
* @method GridRow|null find($id, $lockMode = null, $lockVersion = null)
|
||||
* @method GridRow|null findOneBy(array $criteria, array $orderBy = null)
|
||||
|
||||
@@ -24,7 +24,7 @@ use Doctrine\Persistence\ManagerRegistry;
|
||||
* @category Class
|
||||
* @license https://www.gnu.org/licenses/lgpl-3.0.en.html GNU Lesser General Public License
|
||||
* @link www.splendidbear.org
|
||||
* @since 2026. 04. 09.
|
||||
* @since 2019. 10. 27.
|
||||
*
|
||||
* @method PlayedGame|null find($id, $lockMode = null, $lockVersion = null)
|
||||
* @method PlayedGame|null findOneBy(array $criteria, array $orderBy = null)
|
||||
|
||||
@@ -25,7 +25,7 @@ use RuntimeException;
|
||||
* @category Class
|
||||
* @license https://www.gnu.org/licenses/lgpl-3.0.en.html GNU Lesser General Public License
|
||||
* @link www.splendidbear.org
|
||||
* @since 2026. 04. 09.
|
||||
* @since 2019. 10. 27.
|
||||
*
|
||||
* @method Step|null find($id, $lockMode = null, $lockVersion = null)
|
||||
* @method Step|null findOneBy(array $criteria, array $orderBy = null)
|
||||
|
||||
Reference in New Issue
Block a user