Listing 19.3. Metoda findAll()
public function findAll()
{
    return $this->findBy(array());
}