Neos\Flow\Persistence\Generic\Query::getOrderings PHP 메소드

getOrderings() 공개 메소드

Returns 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
리턴 array
    public function getOrderings()
    {
        return $this->orderings;
    }