OJSQueuedPayment::__construct PHP Méthode

__construct() public méthode

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