@@ -354,7 +354,8 @@ public function updateAcl(MutableAclInterface $acl)
354
354
/**
355
355
* Constructs the SQL for deleting access control entries.
356
356
*
357
- * @param int $oidPK
357
+ * @param int $oidPK
358
+ *
358
359
* @return string
359
360
*/
360
361
protected function getDeleteAccessControlEntriesSql ($ oidPK )
@@ -369,7 +370,8 @@ protected function getDeleteAccessControlEntriesSql($oidPK)
369
370
/**
370
371
* Constructs the SQL for deleting a specific ACE.
371
372
*
372
- * @param int $acePK
373
+ * @param int $acePK
374
+ *
373
375
* @return string
374
376
*/
375
377
protected function getDeleteAccessControlEntrySql ($ acePK )
@@ -384,7 +386,8 @@ protected function getDeleteAccessControlEntrySql($acePK)
384
386
/**
385
387
* Constructs the SQL for deleting an object identity.
386
388
*
387
- * @param int $pk
389
+ * @param int $pk
390
+ *
388
391
* @return string
389
392
*/
390
393
protected function getDeleteObjectIdentitySql ($ pk )
@@ -399,7 +402,8 @@ protected function getDeleteObjectIdentitySql($pk)
399
402
/**
400
403
* Constructs the SQL for deleting relation entries.
401
404
*
402
- * @param int $pk
405
+ * @param int $pk
406
+ *
403
407
* @return string
404
408
*/
405
409
protected function getDeleteObjectIdentityRelationsSql ($ pk )
@@ -414,16 +418,17 @@ protected function getDeleteObjectIdentityRelationsSql($pk)
414
418
/**
415
419
* Constructs the SQL for inserting an ACE.
416
420
*
417
- * @param int $classId
418
- * @param int|null $objectIdentityId
419
- * @param string|null $field
420
- * @param int $aceOrder
421
- * @param int $securityIdentityId
422
- * @param string $strategy
423
- * @param int $mask
424
- * @param bool $granting
425
- * @param bool $auditSuccess
426
- * @param bool $auditFailure
421
+ * @param int $classId
422
+ * @param int|null $objectIdentityId
423
+ * @param string|null $field
424
+ * @param int $aceOrder
425
+ * @param int $securityIdentityId
426
+ * @param string $strategy
427
+ * @param int $mask
428
+ * @param bool $granting
429
+ * @param bool $auditSuccess
430
+ * @param bool $auditFailure
431
+ *
427
432
* @return string
428
433
*/
429
434
protected function getInsertAccessControlEntrySql ($ classId , $ objectIdentityId , $ field , $ aceOrder , $ securityIdentityId , $ strategy , $ mask , $ granting , $ auditSuccess , $ auditFailure )
@@ -464,6 +469,7 @@ class_id,
464
469
* Constructs the SQL for inserting a new class type.
465
470
*
466
471
* @param string $classType
472
+ *
467
473
* @return string
468
474
*/
469
475
protected function getInsertClassSql ($ classType )
@@ -478,8 +484,9 @@ protected function getInsertClassSql($classType)
478
484
/**
479
485
* Constructs the SQL for inserting a relation entry.
480
486
*
481
- * @param int $objectIdentityId
482
- * @param int $ancestorId
487
+ * @param int $objectIdentityId
488
+ * @param int $ancestorId
489
+ *
483
490
* @return string
484
491
*/
485
492
protected function getInsertObjectIdentityRelationSql ($ objectIdentityId , $ ancestorId )
@@ -495,9 +502,10 @@ protected function getInsertObjectIdentityRelationSql($objectIdentityId, $ancest
495
502
/**
496
503
* Constructs the SQL for inserting an object identity.
497
504
*
498
- * @param string $identifier
499
- * @param int $classId
500
- * @param bool $entriesInheriting
505
+ * @param string $identifier
506
+ * @param int $classId
507
+ * @param bool $entriesInheriting
508
+ *
501
509
* @return string
502
510
*/
503
511
protected function getInsertObjectIdentitySql ($ identifier , $ classId , $ entriesInheriting )
@@ -520,7 +528,9 @@ protected function getInsertObjectIdentitySql($identifier, $classId, $entriesInh
520
528
* Constructs the SQL for inserting a security identity.
521
529
*
522
530
* @param SecurityIdentityInterface $sid
531
+ *
523
532
* @throws \InvalidArgumentException
533
+ *
524
534
* @return string
525
535
*/
526
536
protected function getInsertSecurityIdentitySql (SecurityIdentityInterface $ sid )
@@ -546,10 +556,11 @@ protected function getInsertSecurityIdentitySql(SecurityIdentityInterface $sid)
546
556
/**
547
557
* Constructs the SQL for selecting an ACE.
548
558
*
549
- * @param int $classId
550
- * @param int $oid
551
- * @param string $field
552
- * @param int $order
559
+ * @param int $classId
560
+ * @param int $oid
561
+ * @param string $field
562
+ * @param int $order
563
+ *
553
564
* @return string
554
565
*/
555
566
protected function getSelectAccessControlEntryIdSql ($ classId , $ oid , $ field , $ order )
@@ -573,6 +584,7 @@ protected function getSelectAccessControlEntryIdSql($classId, $oid, $field, $ord
573
584
* the passed class type.
574
585
*
575
586
* @param string $classType
587
+ *
576
588
* @return string
577
589
*/
578
590
protected function getSelectClassIdSql ($ classType )
@@ -588,7 +600,9 @@ protected function getSelectClassIdSql($classType)
588
600
* Constructs the SQL for selecting the primary key of a security identity.
589
601
*
590
602
* @param SecurityIdentityInterface $sid
603
+ *
591
604
* @throws \InvalidArgumentException
605
+ *
592
606
* @return string
593
607
*/
594
608
protected function getSelectSecurityIdentityIdSql (SecurityIdentityInterface $ sid )
@@ -614,9 +628,11 @@ protected function getSelectSecurityIdentityIdSql(SecurityIdentityInterface $sid
614
628
/**
615
629
* Constructs the SQL for updating an object identity.
616
630
*
617
- * @param int $pk
618
- * @param array $changes
631
+ * @param int $pk
632
+ * @param array $changes
633
+ *
619
634
* @throws \InvalidArgumentException
635
+ *
620
636
* @return string
621
637
*/
622
638
protected function getUpdateObjectIdentitySql ($ pk , array $ changes )
@@ -636,9 +652,11 @@ protected function getUpdateObjectIdentitySql($pk, array $changes)
636
652
/**
637
653
* Constructs the SQL for updating an ACE.
638
654
*
639
- * @param int $pk
640
- * @param array $sets
655
+ * @param int $pk
656
+ * @param array $sets
657
+ *
641
658
* @throws \InvalidArgumentException
659
+ *
642
660
* @return string
643
661
*/
644
662
protected function getUpdateAccessControlEntrySql ($ pk , array $ sets )
@@ -673,6 +691,7 @@ private function createObjectIdentity(ObjectIdentityInterface $oid)
673
691
* If the type does not yet exist in the database, it will be created.
674
692
*
675
693
* @param string $classType
694
+ *
676
695
* @return int
677
696
*/
678
697
private function createOrRetrieveClassId ($ classType )
@@ -693,6 +712,7 @@ private function createOrRetrieveClassId($classType)
693
712
* created.
694
713
*
695
714
* @param SecurityIdentityInterface $sid
715
+ *
696
716
* @return int
697
717
*/
698
718
private function createOrRetrieveSecurityIdentityId (SecurityIdentityInterface $ sid )
@@ -709,7 +729,7 @@ private function createOrRetrieveSecurityIdentityId(SecurityIdentityInterface $s
709
729
/**
710
730
* Deletes all ACEs for the given object identity primary key.
711
731
*
712
- * @param int $oidPK
732
+ * @param int $oidPK
713
733
*/
714
734
private function deleteAccessControlEntries ($ oidPK )
715
735
{
@@ -719,7 +739,7 @@ private function deleteAccessControlEntries($oidPK)
719
739
/**
720
740
* Deletes the object identity from the database.
721
741
*
722
- * @param int $pk
742
+ * @param int $pk
723
743
*/
724
744
private function deleteObjectIdentity ($ pk )
725
745
{
@@ -729,7 +749,7 @@ private function deleteObjectIdentity($pk)
729
749
/**
730
750
* Deletes all entries from the relations table from the database.
731
751
*
732
- * @param int $pk
752
+ * @param int $pk
733
753
*/
734
754
private function deleteObjectIdentityRelations ($ pk )
735
755
{
0 commit comments