Acl\Auth\CrudAuthorize::__construct PHP Method

__construct() public method

Sets up additional actionMap values that match the configured Routing.prefixes.
public __construct ( Cake\Controller\ComponentRegistry $registry, array $config = [] )
$registry Cake\Controller\ComponentRegistry The component registry from the controller.
$config array An array of config. This class does not use any config.
    public function __construct(ComponentRegistry $registry, $config = [])
    {
        parent::__construct($registry, $config);
    }