PKPAssignPublicIdentifiersForm::getApproval PHP 메소드

getApproval() 공개 메소드

Get weather it is an approval
public getApproval ( ) : boolean
리턴 boolean
    function getApproval()
    {
        return $this->_approval;
    }