PKPAssignPublicIdentifiersForm::getConfirmationText PHP Method

getConfirmationText() public method

Get the confirmation text.
public getConfirmationText ( ) : string
return string
    function getConfirmationText()
    {
        return $this->_confirmationText;
    }