Neos\Flow\Persistence\QueryInterface::getOrderings PHP Method

getOrderings() public method

Gets the property names to order the result by, like this: array( 'foo' => \Neos\Flow\Persistence\QueryInterface::ORDER_ASCENDING, 'bar' => \Neos\Flow\Persistence\QueryInterface::ORDER_DESCENDING )
public getOrderings ( ) : array
return array
    public function getOrderings();