calinrada / PhalconUserPlugin

185 stars 68 forks source link

Why getConfigStructure is private? #32

Closed mzf closed 8 years ago

mzf commented 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' => [
               ... ],
            ]
        ],
],
mzf commented 8 years ago

Close. I extend class and set my method getConfigStructure