Buckets:
| namespace App\Repository; | |
| use App\Entity\Editor; | |
| use Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository; | |
| use Doctrine\Persistence\ManagerRegistry; | |
| /** | |
| * @extends ServiceEntityRepository<Editor> | |
| */ | |
| class EditorRepository extends ServiceEntityRepository | |
| { | |
| public function __construct(ManagerRegistry $registry) | |
| { | |
| parent::__construct($registry, Editor::class); | |
| } | |
| // /** | |
| // * @return Editor[] Returns an array of Editor objects | |
| // */ | |
| // public function findByExampleField($value): array | |
| // { | |
| // return $this->createQueryBuilder('e') | |
| // ->andWhere('e.exampleField = :val') | |
| // ->setParameter('val', $value) | |
| // ->orderBy('e.id', 'ASC') | |
| // ->setMaxResults(10) | |
| // ->getQuery() | |
| // ->getResult() | |
| // ; | |
| // } | |
| // public function findOneBySomeField($value): ?Editor | |
| // { | |
| // return $this->createQueryBuilder('e') | |
| // ->andWhere('e.exampleField = :val') | |
| // ->setParameter('val', $value) | |
| // ->getQuery() | |
| // ->getOneOrNullResult() | |
| // ; | |
| // } | |
| } | |
Xet Storage Details
- Size:
- 1.23 kB
- Xet hash:
- dff69f6f6b78876f45827742df4c9de96ede5c9014ce44af4ac91af8e62ed76a
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.