Knp\Bundle\KnpBundlesBundle\Repository\BundleRepository::findAllWithOwnersAndContributorsSortedBy PHP 메소드

findAllWithOwnersAndContributorsSortedBy() 공개 메소드

Finds all the bundles with their associated owners and contributors, sorted by the specified field
public findAllWithOwnersAndContributorsSortedBy ( string $field ) : Doctrine\Common\Collections\Collection
$field string The name of the field to sort by
리턴 Doctrine\Common\Collections\Collection
    public function findAllWithOwnersAndContributorsSortedBy($field)
    {
        return $this->queryAllWithOwnersAndContributorsSortedBy($field)->execute();
    }