AppBundle\RecipeManager::findAll PHP Method

findAll() public method

public findAll ( )
    public function findAll()
    {
        return $this->recipeCollection;
    }