Closed mzf closed 8 years ago
Why getConfigStructure is private? I want extend Security for multimodule variant, but cant - getConfigStructure is private.
'moduleName1' =>[ 'resources' => [ 'type' => 'public', 'resources' => [ ... ], ] ], ], 'moduleName2' =>[ 'resources' => [ 'type' => 'public', 'resources' => [ ... ], ] ], ],
Close. I extend class and set my method getConfigStructure
getConfigStructure
Why getConfigStructure is private? I want extend Security for multimodule variant, but cant - getConfigStructure is private.