Knp\Bundle\KnpBundlesBundle\Repository\DeveloperRepository::findAllWithBundlesSortedBy PHP Method

findAllWithBundlesSortedBy() public method

public findAllWithBundlesSortedBy ( $field )
    public function findAllWithBundlesSortedBy($field)
    {
        return $this->queryAllWithBundlesSortedBy($field)->getResult();
    }