Home
last modified time | relevance | path

Searched refs:task_comments (Results 1 – 3 of 3) sorted by last modified time

/plugin/bez/
H A Dcli.php45 $task_comments = $action->get_model()->task_commentFactory->get_all();
46 foreach ($task_comments as $task_comment) {
/plugin/bez/ctl/
H A Dstart.php51 $task_comments = $this->model->task_commentFactory->get_all($filter, 'create_date DESC'); variable
97 foreach ($task_comments as $task_comment) {
/plugin/asana/remote/
H A DAPILink.php284 foreach( $this->task_comments($task) as $comment_key => $comment_value){
441 function task_comments($task_ID){ function in remote_plugin_asana_APILink