* Add access comment.
This commit is contained in:
@@ -15,6 +15,7 @@ class todoTao extends todoModel
|
||||
* Get a todo.
|
||||
*
|
||||
* @param int $todoID
|
||||
* @access protected
|
||||
* @return object
|
||||
*/
|
||||
protected function fetch(int $todoID): object
|
||||
@@ -27,6 +28,7 @@ class todoTao extends todoModel
|
||||
* Get a todo.
|
||||
*
|
||||
* @param array $todoIdList
|
||||
* @access protected
|
||||
* @return array
|
||||
*/
|
||||
protected function fetchRows(array $todoIdList): array
|
||||
|
||||
Reference in New Issue
Block a user