49 $oCommentModel =
getModel(
'comment');
53 if(!$oDocument->isExists()) $oComment = $oCommentModel->getComment($upload_target_srl);
55 if($oComment && $oComment->isExists())
57 $this->
add(
'document_srl', $oComment->get(
'document_srl'));
58 $this->
add(
'comment_srl', $oComment->get(
'comment_srl'));
60 elseif($oDocument->isExists())
62 $this->
add(
'document_srl', $oDocument->get(
'document_srl'));
64 else return new BaseObject(-1,
'msg_not_founded');
getPollListWithMember($args)
Get the list of polls with member info.
getPollList($args)
Get the list of polls.
getPollAdminTarget()
Get the original poll.
executeQueryArray($query_id, $args=NULL, $arg_columns=NULL)
The parent class of the poll module.
The admin model class of the poll module.