getTasks() as $task) { } } /** * @TODO - all pagination * @return mixed */ protected function getTasks() { return Tasks::get(); } }