We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7937a commit 7fb3b77Copy full SHA for 7fb3b77
3 files changed
src/AclExtras.php
@@ -42,6 +42,13 @@ class AclExtras
42
*/
43
public $Acl;
44
45
+ /**
46
+ * Aco object
47
+ *
48
+ * @var string
49
+ */
50
+ public $Aco;
51
+
52
/**
53
* Contains arguments parsed from the command line.
54
*
src/Adapter/IniAcl.php
@@ -43,6 +43,13 @@ class IniAcl implements AclInterface
protected $_defaultConfig = [];
+ * Active config for this class
+ * @var array
+ private $options = [];
* Constructor
55
src/Model/Table/PermissionsTable.php
@@ -26,6 +26,11 @@ class PermissionsTable extends AclNodesTable
26
private ArosTable $Aro;
27
private AcosTable $Aco;
28
29
30
+ * @var int
31
32
+ private $id;
33
34
35
* {@inheritDoc}
36
0 commit comments