Project

General

Profile

Actions

Feature #33747

open

Task #33745: Integrate File Abstraction Layer

Implement usort() and moveItemAt() in AbstractRecordCollection

Added by Oliver Hader about 12 years ago. Updated about 6 years ago.

Status:
New
Priority:
Should have
Assignee:
Category:
Backend API
Target version:
-
Start date:
2012-02-07
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:

Description

Current situation:

    public function usort($callbackFunction) {
        // TODO: Implement usort() method with TCEforms in mind
        throw new RuntimeException('This method is not yet supported.', 1322545589);
    }

    public function moveItemAt($currentPosition, $newPosition = 0) {
        // TODO: Implement usort() method with TCEforms in mind
        throw new RuntimeException('This method is not yet supported.', 1322545626);
    }
Actions

Also available in: Atom PDF