Пример #1
0
 /**
  * @copydoc GridDataProvider::getRequestArgs()
  */
 function getRequestArgs()
 {
     $reviewRound = $this->getReviewRound();
     return array_merge(parent::getRequestArgs(), array('reviewRoundId' => $reviewRound->getId()));
 }
 /**
  * @copydoc GridDataProvider::getRequestArgs()
  */
 function getRequestArgs()
 {
     $query = $this->getAuthorizedContextObject(ASSOC_TYPE_QUERY);
     $representation = $this->getAuthorizedContextObject(ASSOC_TYPE_REPRESENTATION);
     return array_merge(parent::getRequestArgs(), array('assocType' => ASSOC_TYPE_NOTE, 'assocId' => $this->_noteId, 'queryId' => $query->getId(), 'noteId' => $this->_noteId, 'representationId' => $representation ? $representation->getId() : null));
 }
 /**
  * @copydoc GridDataProvider::getRequestArgs()
  */
 function getRequestArgs()
 {
     return array_merge(parent::getRequestArgs(), array('assocType' => ASSOC_TYPE_REVIEW_ASSIGNMENT, 'assocId' => $this->_getReviewId()));
 }
 /**
  * @copydoc GridHandler::getRequestArgs()
  */
 function getRequestArgs()
 {
     $representation = $this->getRepresentation();
     return array_merge(parent::getRequestArgs(), array('representationId' => $representation->getId(), 'assocType' => ASSOC_TYPE_REPRESENTATION, 'assocId' => $representation->getId()));
 }
 /**
  * @see GridDataProvider::getRequestArgs()
  */
 function getRequestArgs()
 {
     return array_merge(parent::getRequestArgs(), array('representationId', $this->_getPublicationFormatId()));
 }