OJSQueuedPayment::getJournalId PHP Метод

getJournalId() публичный Метод

Get the journal ID of the payment.
public getJournalId ( ) : integer
Результат integer
    function getJournalId()
    {
        return $this->journalId;
    }