프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$allowedSortFlags | array | Contains all flags that are allowed to be used with the sorting functions |
메소드 | 설명 | |
---|---|---|
initializeArguments ( ) : void | Initialize arguments | |
render ( ) : mixed | "Render" method - sorts a target list-type target. Either $array or $objectStorage must be specified. If both are, ObjectStorage takes precedence. |
메소드 | 설명 | |
---|---|---|
getSortFlags ( ) : integer | Parses the supplied flags into the proper value for the sorting function. | |
getSortValue ( mixed $object ) : mixed | Gets the value to use as sorting value from $object | |
sortArray ( array | Iterator $array ) : array | Sort an array | |
sortObjectStorage ( TYPO3\CMS\Extbase\Persistence\ObjectStorage $storage ) : TYPO3\CMS\Extbase\Persistence\ObjectStorage | Sort an ObjectStorage instance |
protected getSortFlags ( ) : integer | ||
리턴 | integer |
protected getSortValue ( mixed $object ) : mixed | ||
$object | mixed | |
리턴 | mixed |
protected sortObjectStorage ( TYPO3\CMS\Extbase\Persistence\ObjectStorage $storage ) : TYPO3\CMS\Extbase\Persistence\ObjectStorage | ||
$storage | TYPO3\CMS\Extbase\Persistence\ObjectStorage | |
리턴 | TYPO3\CMS\Extbase\Persistence\ObjectStorage |
protected array $allowedSortFlags | ||
리턴 | array |