Subversion Repositories oidplus

Rev

Rev 1138 | Rev 1175 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1138 Rev 1143
Line 204... Line 204...
204
        }
204
        }
205
 
205
 
206
        /**
206
        /**
207
         * @param string $actionID
207
         * @param string $actionID
208
         * @param array $params
208
         * @param array $params
209
         * @return int[]
209
         * @return array
210
         * @throws OIDplusException
210
         * @throws OIDplusException
211
         */
211
         */
212
        public function action(string $actionID, array $params): array {
212
        public function action(string $actionID, array $params): array {
213
 
213
 
214
                if ($actionID == 'deleteAttachment') {
214
                if ($actionID == 'deleteAttachment') {