OJSQueuedPayment::__construct PHP Method

__construct() public method

public __construct ( $amount, $currencyCode, $userId = null, $assocId = null )
    function __construct($amount, $currencyCode, $userId = null, $assocId = null)
    {
        parent::__construct($amount, $currencyCode, $userId, $assocId);
    }